oscommerce URL problems

Discussion in 'eCommerce' started by PuneetJvw, Oct 17, 2009.

  1. #1
    Last edited: Oct 17, 2009
    PuneetJvw, Oct 17, 2009 IP
  2. Bagi Zoltán

    Bagi Zoltán Well-Known Member

    Messages:
    364
    Likes Received:
    23
    Best Answers:
    0
    Trophy Points:
    110
    #2
    I suppose during unstallation you set the non www version of your host, which should be modified. If you can't find it you may want to force www via .htaccess.

    RewriteEngine on
    RewriteCond %{HTTP_HOST} ^MyWebURLhere.com [NC]
    RewriteRule ^(.*)$ http://www.MyWebURLhere.com.com/$1 [L,R=301] 
    Code (markup):
     
    Bagi Zoltán, Oct 19, 2009 IP