From e7834e60f872f91954266a7bcc2b5adda3df8d00 Mon Sep 17 00:00:00 2001 From: Fabio Comuni Date: Wed, 6 Jul 2011 12:10:00 +0200 Subject: Update settings page to use field templates. Add tabs to switch user settings/plugin settings Add new field templates 'custom', 'password', radio' and 'yesno' Update main.js to support advanced fileds Update duepuntozero, dispy e loozah themes --- .htaccess | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '.htaccess') diff --git a/.htaccess b/.htaccess index 73031b962..11bc902c4 100644 --- a/.htaccess +++ b/.htaccess @@ -1,4 +1,4 @@ -Options -Indexes +#Options -Indexes AddType application/x-java-archive .jar AddType audio/ogg .oga @@ -11,6 +11,7 @@ Deny from all # Protect repository directory from browsing RewriteRule "(^|/)\.git" - [F] + RewriteBase /~fabio/friendika # Rewrite current-style URLs of the form 'index.php?q=x'. # Also place auth information into REMOTE_USER for sites running -- cgit v1.2.3