leanderlee/Emvisee/master/.htaccess - Htaccess File

leanderlee/Emvisee/master/.htaccess

Options +FollowSymLinks
RewriteEngine On

#
# Development Rules
#
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^.*$ index.php [L]

#
# Production Rules
#
#RewriteCond %{REQUEST_FILENAME} !-f [OR]
#RewriteCond %{REQUEST_URI} !^/static/.*
#RewriteRule ^.*$ index.php [L]

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME, REQUEST_URI, static

Comments

Apache