]> git.mxchange.org Git - friendica.git/blobdiff - .htaccess-dist
Merge pull request #13785 from foss-/patch-11
[friendica.git] / .htaccess-dist
index 404137168afd8a4f04943eacbf43b0d5293c9222..c5c1b5b716c1e75a09a7f02d5b105c88a1f882ee 100644 (file)
@@ -51,6 +51,6 @@ AddType audio/ogg .oga
 
   RewriteCond %{REQUEST_FILENAME} !-f
   RewriteCond %{REQUEST_FILENAME} !-d
-  RewriteRule ^(.*)$ index.php?pagename=$1 [E=REMOTE_USER:%{HTTP:Authorization},L,QSA]
+  RewriteRule ^(.*)$ index.php?pagename=$1 [E=REMOTE_USER:%{HTTP:Authorization},L,QSA,B]
 
 </IfModule>