zreedeecom/tpvv-facil/master/.htaccess - Htaccess File

zreedeecom/tpvv-facil/master/.htaccess

RewriteEngine On

RewriteBase /tpvv-facil/

# Whenever they request for a file or folder
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUIEST_FILENAME} !-d

# We automatically redirect them to our index to route them
RewriteRule ^ index.php [QSA,L]

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache