JJMinton/JesusMCRsite/master/private/.htaccess
order deny,allow
deny from all
AuthType Ucam-WebAuth
AuthGroupFile /societies/gradsoc/public_html/currentstudents/.htravengroups
Require group honourarymcr mcr
Satisfy any
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /EntsSite/
RewriteRule ^index.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /EntsSite/index.php [L]
</IfModule>
# END WordPress
On Github License
Files