Skip to content

Commit 5551df4

Browse files
committed
Fix unnecessary redirects for https
1 parent e2aa063 commit 5551df4

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

htdocs/.htaccess

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,6 @@ Options -Indexes
22

33
RewriteEngine On
44

5-
RewriteCond %{SERVER_PORT} 80
6-
RewriteRule ^(.*)$ https://progarm.org/$1 [R,L]
7-
85
RewriteCond %{HTTP_HOST} ^www.(.+)$ [NC]
96
RewriteRule ^(.*)$ https://%1/$1 [R=301,L]
107

0 commit comments

Comments
 (0)