The-Gate/The-Gate-Interactive/master/.htaccess - Htaccess File

The-Gate/The-Gate-Interactive/master/.htaccess

AuthType Basic
AuthName "Access to /Dev/TheGateEdinburgh"
AuthUserFile /kunden/homepages/17/d419939659/htpasswd
Require user Customer

<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /TheGateEdinburgh/
RewriteRule ^index.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /TheGateEdinburgh/index.php [L]

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache