Fix RewriteRule
This commit is contained in:
parent
f527901eb9
commit
1d0c04b7d0
2 changed files with 2 additions and 2 deletions
|
@ -5,7 +5,7 @@
|
|||
|
||||
RewriteEngine on
|
||||
RewriteCond %{SERVER_NAME} =2px.info
|
||||
RewriteRule ^https://%{SERVER_NAME}%{REQUEST_URI} [END,NE,R=permanent]
|
||||
RewriteRule ^ https://%{SERVER_NAME}%{REQUEST_URI} [END,NE,R=permanent]
|
||||
|
||||
ErrorLog ${APACHE_LOG_DIR}/2px.info.error.log
|
||||
CustomLog ${APACHE_LOG_DIR}/2px.info.access.log combined
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
|
||||
RewriteEngine on
|
||||
RewriteCond %{SERVER_NAME} =tunuifranken.info
|
||||
RewriteRule ^https://%{SERVER_NAME}%{REQUEST_URI} [END,NE,R=permanent]
|
||||
RewriteRule ^ https://%{SERVER_NAME}%{REQUEST_URI} [END,NE,R=permanent]
|
||||
|
||||
ErrorLog ${APACHE_LOG_DIR}/tunuifranken.info.error.log
|
||||
CustomLog ${APACHE_LOG_DIR}/tunuifranken.info.access.log combined
|
||||
|
|
Loading…
Reference in a new issue