X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=.htaccess;h=28ac3dd8021c59df634ef7da5f14a042df823957;hb=894278dbcc83857a9140a03eb6064c642b5ce293;hp=11bc902c4c7f22a378326e2a2bbf33e80c10ab68;hpb=e7834e60f872f91954266a7bcc2b5adda3df8d00;p=friendica.git diff --git a/.htaccess b/.htaccess old mode 100644 new mode 100755 index 11bc902c4c..28ac3dd802 --- a/.htaccess +++ b/.htaccess @@ -1,17 +1,18 @@ -#Options -Indexes +Options -Indexes AddType application/x-java-archive .jar AddType audio/ogg .oga Deny from all + +Deny from all + RewriteEngine on - # 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