site not opening with www and .htaccess file is not working

Discussion in 'Programming' started by patidarvijay, Mar 31, 2011.

  1. #1
    Hi my site opening without www http://theaffordableseoservices.biz/ this should be open with www like http://www.theaffordableseoservices.biz/ for this i have used .htaccess file with following line but that is not working

    RewriteEngine On

    RewriteCond %{HTTP_HOST} ^([^/.]+)\.theaffordableseoservices\.[^/.]+$
    RewriteCond %1 !^(www|str)$
    RewriteRule ^ http://www.theaffordableseoservices.biz%{REQUEST_URI} [L,R=301]
    RewriteCond %{HTTP_HOST} ^([^/.]+)\.theaffordableseoservices\.([^/.]+)$
    RewriteCond %2 !=com
    RewriteRule ^ http://%1.theaffordableseoservices.biz%{REQUEST_URI} [L,R=301]
     
    patidarvijay, Mar 31, 2011 IP
  2. FallenShadow

    FallenShadow Active Member

    Messages:
    230
    Likes Received:
    5
    Best Answers:
    1
    Trophy Points:
    90
    #2
    I link with WWW in it works for me. I don't what error you're receiving.
     
    FallenShadow, Apr 1, 2011 IP