Quote Originally Posted by newagekat View Post
.htacces reads:
RewriteEngine On
RewriteCond %{HTTP_HOST} ^www.yoursite.com$ [NC]
RewriteRule ^(.*)$ http://yoursite.com/$1 [R=301,L]
You didn't actually leave the above as "yoursite.com", right?

I bet if you go to http://bisousbaby.com the menu works, but not if you go to http://www.bisousbaby.com

Fix the .htaccess, and it should force http://bisousbaby.com, then it will work.