diff options
author | friendica <info@friendica.com> | 2013-10-22 17:34:39 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-10-22 17:34:39 -0700 |
commit | 985d8091add5a4b9545d8efc7d3bc5494d405de6 (patch) | |
tree | 4ee1912289b1b686222722b5054b5afcad7ae096 /.htaccess | |
parent | b35122f7a6ad42756c35bb60ba1f06c3dcd45c77 (diff) | |
download | volse-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-- | .htaccess | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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. |