Hoping someone could help me out here...
I help run a website www.bubblesandsuds.ca
The problem is if someone was to just type in bubblesandsuds.ca without the www, then the page redirects to bubblesandsuds.ca/cp/
But... if you then delete the /cp/ after it, the proper website will show.
I am trying to set it up so that it doesn't matter if www is used or not, I want them going to the same place.
I tried entering the following line into an .htaccess file in the main directory but it didn't do anything:
Redirect permanent bubblesandsuds.ca/ http://www.bubblesandsuds.ca
Please help!
|