Forzare l'accesso su dominio con www
#Inserisci sempre www nel dominio | |
#Sostituisci 'example.com' con il tuo dominio | |
RewriteEngine on | |
RewriteCond %{HTTP_HOST} ^([a-z.]+)?example\.com$ [NC] | |
RewriteCond %{HTTP_HOST} !^www\. [NC] | |
RewriteRule .? http://www.%1example.com%{REQUEST_URI} [R=301,L] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This comment has been minimized.
https://www.evemilano.com/2014/10/esempi-mod-rewrite-htaccess-apache/