Zen Cart Logo
Forums / General Questions / zencart URL

zencart URL

Locked

Views: 1,544

Results 1 to 9 of 9
This thread is locked. New replies are disabled.
16 Nov 2006, 6:00 PM
#1
bob6003 avatar

bob6003

New Zenner

Join Date:
Aug 2006
Posts:
34
Plugin Contributions:
0

zencart URL

I would like to have my zen cart store appear in the address line of the browser without the word zen cart appearing there. Is there someway to take one of my spare domains and have it be only a zen cart and when the address is entered into the address line of the browser: ex: http://mydomain.com , that the zen cart would automatically open?

Can the zen cart folder be renamed and the cart still function correctly. I have some clients who wish to have only a zencart and not a website. I see them on the web but don't know how to do it. I have another client who wants their existing website redirected to their zen cart but it be transparent to the view in the browser address line.

Please help.

Thanks

Bop

16 Nov 2006, 6:45 PM
#2
merlinpa1969 avatar

merlinpa1969

Totally Zenned

Join Date:
Mar 2004
Posts:
13,031
Plugin Contributions:
4

Re: zencart URL

best way,
move your store up one level,
then modify the configure.php files
located in includes and admin/includes

16 Nov 2006, 7:07 PM
#3
Kim avatar

Kim

Obaa-san

Join Date:
Jun 2003
Location:
West Coast, North America
Posts:
26,604
Plugin Contributions:
0

Re: zencart URL

And use the language overrides to correct your Meta Tags

16 Nov 2006, 7:11 PM
#4
bob6003 avatar

bob6003

New Zenner

Join Date:
Aug 2006
Posts:
34
Plugin Contributions:
0

Re: zencart URL

Merlinpa1969:

best way,
move your store up one level,
then modify the configure.php files
located in includes and admin/includes

I'm sorry but I don't know what you mean by "move your store up one level" When I look at my server's control panel the first thing I see is a list of my domains and a few files. I click on my domain and it opens up a window of folders relating to that domain. Zencart is located there. Is this an example of levels?

Would all the define (' ...') items in the configure.php have to be changed? and to what?

Sorry I'm so dense about this.

Bob

16 Nov 2006, 7:27 PM
#5
merlinpa1969 avatar

merlinpa1969

Totally Zenned

Join Date:
Mar 2004
Posts:
13,031
Plugin Contributions:
4

Re: zencart URL

Ignore me,
I should have read closer,
I thought you were getting zencart in the address bar ( like https://www.yoursite.com/zencart)

16 Nov 2006, 7:49 PM
#6
bob6003 avatar

bob6003

New Zenner

Join Date:
Aug 2006
Posts:
34
Plugin Contributions:
0

Re: zencart URL

Merlinpa1969:

Ignore me,
I should have read closer,
I thought you were getting zencart in the address bar ( like https://www.yoursite.com/zencart)

I am getting https://www.yoursite.com/zencart

Thats what I'm trying to get rid of. I don't want zencart to show in the address bar.

16 Nov 2006, 10:12 PM
#7
ripper avatar

ripper

Zen Follower

Join Date:
Jul 2005
Posts:
295
Plugin Contributions:
0

Re: zencart URL

Then you need to do what Merlin suggested. Move the entire contents of your zencart folder to the root folder of your site. If you have an index.php page there now or any other pages or folders with identical names, they will be overwritten. This will also make the cart your home page. If that is not what you want, then you can just rename the folder to cart, store, shop or whatever else you want to call it, but you MUST also update your config files for the cart and the admin section to point to the correct newly named folders.

16 Nov 2006, 10:16 PM
#8
ripper avatar

ripper

Zen Follower

Join Date:
Jul 2005
Posts:
295
Plugin Contributions:
0

Re: zencart URL

I forgot one thing...
Most servers are configured to show index pages in a particular order. This means you can have index.html index.htm index.php etc.... all in the same folder and all can still be viewed by your browser. Only one can be your home page, however. That means that, depending on your server, your index.html page will come up when you type https://www.yoursite.com so you can still have a separate home page. Not many servers are listing index.php as the first option for home pages, yet......

16 Nov 2006, 10:19 PM
#9
bob6003 avatar

bob6003

New Zenner

Join Date:
Aug 2006
Posts:
34
Plugin Contributions:
0

Re: zencart URL

Thanks so much Ripper. I finally get now what Merlyn meant. Your solution will work perfectly for me. I hope in the future I'll know enough to help some others with questions.

Thanks to you too Merlyn. I just wasn't clear on what level meant for sure.
Bob