-
To use :
bash <(curl -s https://dev.r-p-r.co.uk/snippets/1/raw\?inline\=false)
-
Update to deploy configuration:
RewriteCond %{HTTP_HOST} ^www\.(.*)$ [NC] RewriteRule ^(.*)$ http://%1/$1 [R=301,L]
This redirects www.domain.com to domain.com
-
👍
Please register or sign in to comment