View Single Post
  #7  
Old 12-09-2012, 01:00 PM
powerchaos's Avatar
powerchaos powerchaos is offline
WebMaster
 
Join Date: May 2008
Posts: 130
Gender: Male
Credits: 10,156
powerchaos
Send a message via AIM to powerchaos Send a message via MSN to powerchaos
Default

if it is the www problem then put this in your htacces

then you always get redirected to WWW if you like it or not :D (to prevent it from happening again)

Code:
RewriteCond %{HTTP_HOST} ^YourSite.com$
RewriteRule ^(.*)$ http://www.yourSite.com/$1 [R=301]
replace yoursite.com with your site

Greetings From PowerChaos
Reply With Quote