6 ms·
I agree with this 100% If anyone wants to implement something like this on a server which you have control over, here is the mod_rewrite line which enables this
by awormus 16y ago
I agree with this 100% If anyone wants to implement something like this on a server which you have control over, here is the mod_rewrite line which enables this "service":
RewriteRule (.*) http://www.%{HTTP_HOST}/$1 http://www.%{HTTP_HOST}/$1 [R=301,L]