Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

How do I redirect catalog to my homepage?


bestbri45

Recommended Posts

Posted

Hi all,

 

Please forgive me as I'm sure that this question has been answered numerous times before. Here's my dilemma:

 

I have designed an ecommerce website with the Netfirms Commerce Pro. Right now in order from me to access my os-commerce catalog website, I have to type the following in my web browser:

 

http://membername.netfirms.com/mystore/nfoscomm/catalog/

 

 

But, what I would like to know is how I can make it so that my oscommerce website is accessible when the following is typed in the web browser:

 

www.membername.com

 

 

 

Essentially, I want my os-commerce catalog to be my home page. I'm using FileZilla as my FTP. I'm really new at e-commerce and php, and though I've figured out how to change the site's color and other features, this address thing has stumped me. Any help (in as much detail as possible) would be greatly appreciated!

 

Thanks a bunch,

 

Brian

Posted

Hello Brian !

 

I'll give you an idea, not the best but this works to me, ok ?

 

I use html (index.html)

(This was made me crazy but i found a solution)

With the content below /head tag and above body tag, as you can follow:

 

Use path or server name if needed, before the index.php call

 

...

</head>

 

<frameset>

<frame src="index.php"" "name="main" scrolling="auto" marginwidth="0" marginheight="0">

<noframes>

 

<body ...

 

Hope This Help You !

 

Dudacao

Did You Saw The Birds Today ?

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...