aboutsummaryrefslogtreecommitdiffstats
path: root/.htaccess
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2013-10-22 17:34:39 -0700
committerfriendica <info@friendica.com>2013-10-22 17:34:39 -0700
commit985d8091add5a4b9545d8efc7d3bc5494d405de6 (patch)
tree4ee1912289b1b686222722b5054b5afcad7ae096 /.htaccess
parentb35122f7a6ad42756c35bb60ba1f06c3dcd45c77 (diff)
downloadvolse-hubzilla-985d8091add5a4b9545d8efc7d3bc5494d405de6.tar.gz
volse-hubzilla-985d8091add5a4b9545d8efc7d3bc5494d405de6.tar.bz2
volse-hubzilla-985d8091add5a4b9545d8efc7d3bc5494d405de6.zip
very early cloud demo code - READ THE FRICKIN NOTES and also THE CODE in mod/cloud.php - there is no other documentation. Use at your own risk. Send all bug reports to nobody@nowhere.com.
Diffstat (limited to '.htaccess')
-rw-r--r--.htaccess1
1 files changed, 1 insertions, 0 deletions
diff --git a/.htaccess b/.htaccess
index 090ae6637..2f4fb1381 100644
--- a/.htaccess
+++ b/.htaccess
@@ -12,6 +12,7 @@ Deny from all
# Protect repository directory from browsing
RewriteRule "(^|/)\.git" - [F]
+
# Rewrite current-style URLs of the form 'index.php?q=x'.
# Also place auth information into REMOTE_USER for sites running
# in CGI mode.