Viewing 2 replies - 1 through 2 (of 2 total)
  • Anonymous User 6434

    (@anonymized-6434)

    What you’ll need to do is add a “www” subdomain, or use the following in your .htaccess file:
    RewriteEngine On
    RewriteCond %{HTTP_HOST} ^www\.my\.domain\.name
    RewriteRule ^/(.*) http://my.domain.name/$1

    Thread Starter basketball

    (@basketball)

    I got it fixed it was actually a problem with a javascript menu that I was working with which dealt with cookies. Once the menu was clicked it would save it’s state (since it’s expandable/collapsible) and this would be saved in a cookie. Once I refreshed my site all the posts disappeared so I scrapped the menu all together and deleted those cookies with Mozilla cookie managing thing. The problem was I deleted the cookies for basketball2k.com …….. and now http://www.basketball2k.com

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘http://www.blah.com versus http://blah.com’ is closed to new replies.