espinaemmanuel/Felipo/master/.htaccess - Htaccess File

espinaemmanuel/Felipo/master/.htaccess

AddHandler x-httpd-php5-3 .php
RewriteEngine on

RewriteBase /

RewriteCond $1 !^app
RewriteRule ^(.*) app/$1 [NC]

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