poupouxios/custom-light-mvc/master/public/.htaccess - Htaccess File

poupouxios/custom-light-mvc/master/public/.htaccess

Options +FollowSymLinks
RewriteEngine on
RewriteBase /
RewriteRule ^(/)?$ index.php [L]

RewriteCond %{REQUEST_FILENAME} -s [OR]
RewriteCond %{REQUEST_FILENAME} -l
RewriteRule ^.*$ - [NC,L]
RewriteRule ^.*$ index.php [NC,L]

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache