Posted by max99
If anyone is any good with cubecart couild you help me
Basically i got my site www.goldsims.com and i got www.goldsims.com/shopp which is where the cubecart is, how do i make it so that when i go to www.goldsims.com it goes to the cubecart.
Basically i want to change the cubecart from being /shopp to just being the home
Posted by Rocky B.
If you've got .htaccess enabled you can just 301 it to the shopm mate. Ie:
| Code: | |
|
In a plain text file name .htaccess (8 letter extension no file name), then upload that to your root directory.
If that doesn't work don't blame me
_________________
Symbian Links
Symbian page
Freshest Freeware
CAC – Campaign Against Crazy Frog
[ This Message was edited by: Rocky B. on 2005-06-18 08:26 ]
Posted by morrways
Rename this file to index.html and upload it to your website dir it'll redirect anyone who visits to your shop
http://www.thebig7.com/index-gold.html
[ This Message was edited by: morrways on 2005-06-18 11:03 ]
Posted by Rocky B.
Much easier, and safer, to use a 301. That's the only type of redirect Google likes, as can be seen by all the issues people are having with meta refreshes, 302 hijackings and user agent redirection.
If I see that code right as well it won't redirect spiders -> hence no spidering -> no serp results
Posted by max99
ok cheers