Fix RewriteCond
This commit is contained in:
parent
cc7846a74c
commit
c599f558fe
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
|||
DocumentRoot /var/www/empty
|
||||
|
||||
RewriteEngine on
|
||||
RewriteCond %{SERVER_NAME} = 2px.info
|
||||
RewriteCond %{SERVER_NAME} =2px.info
|
||||
RewriteRule ^https://%{SERVER_NAME}%{REQUEST_URI} [END,NE,R=permanent]
|
||||
|
||||
ErrorLog ${APACHE_LOG_DIR}/2px.info.error.log
|
||||
|
|
Loading…
Reference in a new issue