hung3102/Etranscrip_php/master/backend/web/.htaccess - Htaccess File

hung3102/Etranscrip_php/master/backend/web/.htaccess

DirectoryIndex index.php index.html index.htm
Options +FollowSymLinks
IndexIgnore */*
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d

RewriteRule . index.php
#RewriteRule ^(.*)$ /index.php/$1 [L] 
</IfModule>

<IfModule mod_php5.c>
php_value memory_limit 1024M
php_value max_execution_time 300
</IfModule>

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache