jcaveman/joncaveman/master/.htaccess - Htaccess File

jcaveman/joncaveman/master/.htaccess

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

# END WordPress

#AuthType Basic
#AuthName "restricted area"
#AuthUserFile /home/72220/domains/staging.joncaveman.com/html/.htpasswd
#require valid-user

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache