Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / Add "catalogs" after the .com/

Add "catalogs" after the .com/

Locked

Views: 809

Results 1 to 5 of 5
This thread is locked. New replies are disabled.
4 Nov 2007, 12:38 AM
#1
tom_ace avatar

tom_ace

Zen Follower

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

Add "catalogs" after the .com/

My shop is currently public and direct straight to the shop on www.----.com.

I would like to have "catalog" added at the end of .com, Example www.-----.com/cataog. How can i do that?

Thanks!

4 Nov 2007, 1:17 AM
#2
kobra avatar

kobra

Black Belt

Join Date:
Aug 2005
Location:
Arizona
Posts:
31,500
Plugin Contributions:
4

Re: Add "catalogs" after the .com/

You can move all the cart files to the /catalog folder - edit the 2 configure.php files to reflect this relocation and you should be good to go

4 Nov 2007, 1:37 AM
#3
tom_ace avatar

tom_ace

Zen Follower

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

Re: Add "catalogs" after the .com/

Where do i find the 2 configure.php? Also want to be sure before i process, I will need to create a catalog folder and put all files into the catalog folder correct?

4 Nov 2007, 3:05 AM
#4
tom_ace avatar

tom_ace

Zen Follower

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

Re: Add "catalogs" after the .com/

I have moved all file into the catalog folder and now which line do i need to edit and input catalog in 2 configure.php? I am kinda scare of making mistake and screw things up.

4 Nov 2007, 5:16 AM
#5
kobra avatar

kobra

Black Belt

Join Date:
Aug 2005
Location:
Arizona
Posts:
31,500
Plugin Contributions:
4

Re: Add "catalogs" after the .com/

I should have had you backup everything first if you have not do so now...

FTP a copy of the 2 configure.php files to your local and keep them in their own folders as they are named the same and the admin file is different thatn the catalog file.

Basically all references to "/" need to be changed to "/catalog" or whatever folder name you choose.

In the admin copy the above applies in addition all references to "/admin/" need the catalog appended "/catalog/admin/"

The ones for /includes etc are relative to the defined catalog path and do not require alteration