]> git.mxchange.org Git - friendica.git/blobdiff - .htaccess
Fixed E_NOTICE when 'title' is absent (uninitialized array key) (#5390)
[friendica.git] / .htaccess
index 1210dcf29cb59f5e38ba349d7a8c523a905e0afd..a671cc680aff06f63aa301add63c8cc59c34ad33 100644 (file)
--- a/.htaccess
+++ b/.htaccess
@@ -4,7 +4,7 @@ AddType audio/ogg .oga
 #AddHandler php53-cgi .php
 
 <FilesMatch "\.(out|log)$">
-  <IfModule authz_host_module> 
+  <IfModule authz_host_module>
     #Apache 2.4
     Require all denied
   </IfModule>
@@ -37,10 +37,4 @@ AddType audio/ogg .oga
   RewriteCond %{REQUEST_FILENAME} !-d
   RewriteRule ^(.*)$ index.php?pagename=$1 [E=REMOTE_USER:%{HTTP:Authorization},L,QSA]
 
-  # If you want to restrict access to your Friendica site to HTTPS only,
-  # uncommment the following lines
-  #RewriteCond %{HTTPS} !=on
-  #RewriteRule .* https://%{SERVER_NAME}%{REQUEST_URI} [R=301,L]
-  
 </IfModule>
-