Zen Cart Logo

How to Change URL

Locked

Views: 5,495

Results 1 to 4 of 4
This thread is locked. New replies are disabled.
12 Jun 2006, 2:53 AM
#1
turtledove avatar

turtledove

Zen Follower

Join Date:
May 2006
Posts:
182
Plugin Contributions:
0

How to Change URL

I renamed 'Page 2' to 'Links' through includes/languages/english.php. I have absolutely no clue what else I did, but now, that 'Links' page (previously Page 2) is pointing to the url ..../index.php?main_page=links.

How do I change what URL/address 'Links' (previously Page 2) will point to?

12 Jun 2006, 5:25 AM
#2
kim avatar

kim

Obaa-san

Join Date:
Jun 2003
Posts:
26,592
Plugin Contributions:
0

Re: How to Change URL

includes/filenames.php

Change:

define('FILENAME_DEFINE_PAGE_2', 'define_page_2');

to:

define('FILENAME_DEFINE_PAGE_2', 'links');
12 Jun 2006, 5:38 AM
#3
turtledove avatar

turtledove

Zen Follower

Join Date:
May 2006
Posts:
182
Plugin Contributions:
0

Re: How to Change URL

Thanks! :D

16 Jan 2007, 1:46 AM
#4
nenavicky05 avatar

nenavicky05

New Zenner

Join Date:
Jan 2007
Posts:
1
Plugin Contributions:
0

Re: How to Change URL

TurtleDove:

I renamed 'Page 2' to 'Links' through includes/languages/english.php. I have absolutely no clue what else I did, but now, that 'Links' page (previously Page 2) is pointing to the url ..../index.php?main_page=links.

How do I change what URL/address 'Links' (previously Page 2) will point to?

how do u get there??:huh: