aboutsummaryrefslogtreecommitdiff
path: root/.htaccess
diff options
context:
space:
mode:
authorNathan Lasseter <nathan@4574.co.uk>2013-03-05 22:57:24 +0000
committerNathan Lasseter <nathan@4574.co.uk>2013-03-05 22:57:24 +0000
commita73b93840a71b39739563f116ca58040c90720b8 (patch)
tree3ab394b999d73cdd2d39d3b4eb73cc050f5a382a /.htaccess
parentdb38f8ec3c831685e7f9ed5a8a1bcf04f1d6b27f (diff)
All new instructions, licence, readme, sample files
Diffstat (limited to '.htaccess')
-rw-r--r--.htaccess12
1 files changed, 0 insertions, 12 deletions
diff --git a/.htaccess b/.htaccess
deleted file mode 100644
index 043a3e5..0000000
--- a/.htaccess
+++ /dev/null
@@ -1,12 +0,0 @@
-RewriteEngine on
-
-RewriteRule ^post/(.*)$ /viewpost.php?post=$1
-#RewriteRule ^post/(.*)$ /blog/viewpost.php?post=$1
-
-<Files "dopost.php">
- AuthType Basic
- AuthName "Secure"
- AuthUserFile /var/www/.htpasswd
-# AuthUserFile /var/www/blog/.htpasswd
- Require Valid-User
-</Files>