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]
Files
