]> git.mxchange.org Git - friendica.git/blobdiff - .htaccess
Merge https://github.com/friendica/friendica into pull
[friendica.git] / .htaccess
old mode 100644 (file)
new mode 100755 (executable)
index 11bc902..5f9531a
--- a/.htaccess
+++ b/.htaccess
@@ -5,13 +5,14 @@ AddType audio/ogg .oga
 <FilesMatch "\.(out|log)$">
 Deny from all
 </FilesMatch>
+<Files "(include|library)">
+Deny from all
+</Files>
 
 <IfModule mod_rewrite.c>
   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