Fix RewriteRule

This commit is contained in:
flyingscorpio@clevo 2022-04-01 08:26:02 +02:00
parent f527901eb9
commit 1d0c04b7d0
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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