Hello
I use WHM/Cpanel and I would like force WWW for all present and future account of my VPS... Actually for do that I use a single htaccess with this rule:
#--------------------------------
# FORCE WWW access:
#--------------------------------
RewriteEngine on
RewriteCond %{HTTP_HOST} ^[^.]*.[^.]*$
RewriteRule (.*) http://www.%{HTTP_HOST}/$1 [R,L]
...and it work well...anyway is not possible to apply this rules somewhere for take effect for the whole server instead set this for each account ??
thank



LinkBack URL
About LinkBacks
Reply With Quote






