18thstreetmike/sodapop_framework/master/skeleton/www/.htaccess - Htaccess File

18thstreetmike/sodapop_framework/master/skeleton/www/.htaccess

SetEnv USE_CACHE false

php_value include_path ".:../../sodapop_framework:../models:../library"

RewriteEngine On
RewriteRule ^favicon.ico$ favicon.ico

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

On Github License

Files

Download PDF of Htaccess file
CACHE, REQUEST_FILENAME

Comments

Apache