19 dicembre 2009
.htaccess: Redirect da non-www a www
Options +FollowSymlinks
RewriteEngine on
rewritecond %{http_host} ^yourhomepage.com [nc]
rewriterule ^(.*)$ http://www.yourhomepage.com/$1 [r=301,nc]
19 dicembre 2009
Options +FollowSymlinks
RewriteEngine on
rewritecond %{http_host} ^yourhomepage.com [nc]
rewriterule ^(.*)$ http://www.yourhomepage.com/$1 [r=301,nc]
Nessun commento »
Non c’è ancora nessun commento.
RSS feed dei commenti a questo articolo.
Lascia un commento
If you want to leave a feedback to this post or to some other user´s comment, simply fill out the form below.