mirror of
https://github.com/friendica/friendica
synced 2024-11-10 05:02:58 +00:00
Reverted some strange stuff
This commit is contained in:
parent
fb447e84ee
commit
0b0b29dc97
1 changed files with 0 additions and 5 deletions
|
@ -37,10 +37,5 @@ 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>
|
||||
|
||||
|
|
Loading…
Reference in a new issue