Update .htaccess
This commit is contained in:
@@ -1,8 +1,3 @@
|
|||||||
AuthType Basic
|
|
||||||
AuthName "Your authorization required message."
|
|
||||||
AuthUserFile /home/dev/.htpasswd
|
|
||||||
require valid-user
|
|
||||||
RewriteEngine On
|
|
||||||
#RewriteCond %{HTTPS} !=on
|
#RewriteCond %{HTTPS} !=on
|
||||||
#RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301,NE]
|
#RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301,NE]
|
||||||
RewriteCond %{HTTP_HOST} ^www\.(.+)$ [NC]
|
RewriteCond %{HTTP_HOST} ^www\.(.+)$ [NC]
|
||||||
|
|||||||
Reference in New Issue
Block a user