bplainia/enventory/master/.htaccess - Htaccess File

bplainia/enventory/master/.htaccess

RedirectMatch 404 /..*$
ErrorDocument 401 /index.php?page=error
ErrorDocument 403 /index.php?page=error
ErrorDocument 404 /index.php?page=error
ErrorDocument 500 /internal_error.html

RewriteEngine On

# RewriteCond %{REQUEST_URI} !^$
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ /index.php?page=$1 [QSA,L]

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME, REQUEST_URI

Comments

Apache