nicholas-j-l-robinson/WordStore/master/src/.htaccess - Htaccess File

nicholas-j-l-robinson/WordStore/master/src/.htaccess

<IfModule mod_authz_core.c>
    Require all denied
</IfModule>
<IfModule !mod_authz_core.c>
    Order deny,allow
    #Deny from all
    Require all granted
</IfModule>
<IfModule mod_rewrite.c>
    #RewriteEngine On
    #RewriteBase /webstore
    #RewriteCond %{REQUEST_FILENAME} !-f
    #RewriteRule ^(.*)$ app.php [QSA,L]
</IfModule>

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache