Initial Photo Work

This commit is contained in:
Deon George
2014-07-09 13:04:56 +10:00
parent d4b3b0f9bc
commit 2e07b08016
23 changed files with 508 additions and 846 deletions

View File

@@ -2,7 +2,7 @@
RewriteEngine On
# Installation directory
RewriteBase /aer
RewriteBase /
# Protect hidden files from being viewed
<Files .*>
@@ -19,10 +19,3 @@ RewriteCond %{REQUEST_FILENAME} !-d
# Rewrite all other URLs to index.php/URL
RewriteRule .* index.php/$0 [PT]
AuthType Basic
AuthName "Restricted !"
# (Following line optional)
AuthBasicProvider file
AuthUserFile /local/WEB/sites/net.leenooks.dev/aer/.htuser
Require valid-user