2011-09-08, 21:05:20
hi there i figure out a problem in htaccess file of getsimple i.e.,
i want my domain to always go to www.domain.com instead of domain.com
so i added a line of code in htaccess file which is
RewriteCond %{HTTP_HOST} ^domain\.com$
RewriteRule ^(.*)$ http://www.domain.com/$1 [R=301,L]
but after adding this code the site goes down... any input on this please
i want my domain to always go to www.domain.com instead of domain.com
so i added a line of code in htaccess file which is
RewriteCond %{HTTP_HOST} ^domain\.com$
RewriteRule ^(.*)$ http://www.domain.com/$1 [R=301,L]
but after adding this code the site goes down... any input on this please