From 94c589ed55b20a581810e126b20fdc2d67c68221 Mon Sep 17 00:00:00 2001 From: Nathan Lasseter Date: Wed, 10 Oct 2012 20:03:21 +0100 Subject: Initial commit --- .htaccess | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .htaccess (limited to '.htaccess') diff --git a/.htaccess b/.htaccess new file mode 100644 index 0000000..5c502fc --- /dev/null +++ b/.htaccess @@ -0,0 +1,11 @@ +RewriteEngine on + +RewriteRule ^post/(.*)$ /viewpost.php?post=$1 + + + AuthType Basic + AuthName "Secure" + AuthUserFile /var/www/.htpasswd +# AuthUserFile /var/www/blog/.htpasswd + Require Valid-User + -- cgit v1.2.3