markjohnnightingale/lockacademy/master/.htaccess - Htaccess File

markjohnnightingale/lockacademy/master/.htaccess

# # ###############################################
# # ######      Authentication         ############
# # ###############################################

# Order deny,allow
# Deny from all
# AuthName "Page sous protection. Saisir le nom d'utilisateur et le mot de passe."
# AuthType Basic
# AuthUserFile "/home/lockacademy/.htpasswds/htpasswd"
# Require valid-user
# Allow from 128.78.179.179 # Mark Nightingale Home
# Allow from 86.171.109.112 # Mark Nightingale England
# Allow from 109.150.209.121 # Mark Nightingale England
# Satisfy any

# 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

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache