BeamonPeople/beamonsite/master/.htaccess
AuthUserFile /www/webvol20/q7/k5uq477pv5u1sbk/beta.beamonconsulting.se/public_html/.htpasswd
AuthName "Beamon"
AuthType Basic
Require valid-user
# -- concrete5 urls start --
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME}/index.html !-f
RewriteCond %{REQUEST_FILENAME}/index.php !-f
RewriteRule . index.php [L]
</IfModule>
# -- concrete5 urls end --
On Github License
Files
Download PDF of Htaccess file