helenmvas/wiserair/master/.htaccess - Htaccess File

helenmvas/wiserair/master/.htaccess

# Images, Stylesheets etc. don't need a HTML 404
RewriteCond %{REQUEST_URI} !.+.w{2,4}$
# Existing file
RewriteCond %{REQUEST_FILENAME} !-f
# Existing directory
RewriteCond %{REQUEST_FILENAME} !-d
# Symbolic link
RewriteCond %{REQUEST_FILENAME} !-l
RewriteRule ^ index.php [L]

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME, REQUEST_URI

Comments

Apache