Zen Cart Logo
Forums / General Questions / Homepage URL

Homepage URL

Locked

Views: 852

Results 1 to 3 of 3
This thread is locked. New replies are disabled.
22 Jul 2010, 7:13 PM
#2
high9 avatar

high9

New Zenner

Join Date:
May 2009
Posts:
3
Plugin Contributions:
0

Re: Homepage URL

In this "http://www.xx_x.com/index.php?main_page=index" page, add a 301 jump code on it.

header("HTTP/1.1 301 Moved Permanently");
header("Location: http://www.xx_x.com/");


sale cheap **Nike Air Max 2010**

23 Jul 2010, 1:43 AM
#3
anahong avatar

anahong

New Zenner

Join Date:
Jul 2010
Posts:
3
Plugin Contributions:
0

Re: Homepage URL

In general,when we put in the URL "http://www.xx_x.com/index.php?main_page=index" , it'll redirect to "http://www.xx_x.com/ " automatically ,but my website cannot .

And which file can i put in the 301 jump code , index.php ?? html_header.php ?? or any other ?