4xi0m/ecofood/master/.htaccess - Htaccess File

4xi0m/ecofood/master/.htaccess

ErrorDocument 401 MangrovaError.php

RewriteEngine On

# If the requested file does not exists or is a .php file
# Then URL rewriting
RewriteCond %{REQUEST_FILENAME} !-f [OR]
RewriteCond %{REQUEST_FILENAME} .php$
RewriteRule ^(.*)$ Mangrova.class.php [QSA,L]

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache