[Zen Cart] SEO URLs not showing

Magic SEO URLs for Zen Cart.
dr.dot
Posts: 5
Joined: Mon Aug 09, 2010 1:00 pm

[Zen Cart] SEO URLs not showing

Postby dr.dot » Mon Aug 09, 2010 1:08 pm

Hi,
My problem is URLs are not in SEO only if you click it then the address bar will change. What is the problem.

Zen cart 1.3.9e
Last edited by dr.dot on Mon Aug 09, 2010 2:10 pm, edited 1 time in total.

inveo
Inveo Support
Posts: 1285
Joined: Sat Feb 02, 2008 12:07 pm
Contact:

Re: [Zen Cart] SEO URLs not showing

Postby inveo » Mon Aug 09, 2010 1:16 pm

Make sure GZIP compression is turned off and your site URL is properly configured in includes/configure.php file (note www and non-www).

dr.dot
Posts: 5
Joined: Mon Aug 09, 2010 1:00 pm

Re: [Zen Cart] SEO URLs not showing

Postby dr.dot » Mon Aug 09, 2010 1:21 pm

GZIP compression is turned off now but the problem still not solved

inveo
Inveo Support
Posts: 1285
Joined: Sat Feb 02, 2008 12:07 pm
Contact:

Re: [Zen Cart] SEO URLs not showing

Postby inveo » Mon Aug 09, 2010 1:23 pm

Make sure your site URL is properly configured in includes/configure.php file (note www and non-www).

dr.dot
Posts: 5
Joined: Mon Aug 09, 2010 1:00 pm

Re: [Zen Cart] SEO URLs not showing

Postby dr.dot » Mon Aug 09, 2010 1:23 pm

configure.php is ok

inveo
Inveo Support
Posts: 1285
Joined: Sat Feb 02, 2008 12:07 pm
Contact:

Re: [Zen Cart] SEO URLs not showing

Postby inveo » Mon Aug 09, 2010 1:33 pm

I don't think so (that the reason why URLs are not transformed). Please post your site URL.

dr.dot
Posts: 5
Joined: Mon Aug 09, 2010 1:00 pm

Re: [Zen Cart] SEO URLs not showing

Postby dr.dot » Mon Aug 09, 2010 1:35 pm

x
Last edited by dr.dot on Mon Aug 09, 2010 2:11 pm, edited 1 time in total.

dr.dot
Posts: 5
Joined: Mon Aug 09, 2010 1:00 pm

Re: [Zen Cart] SEO URLs not showing

Postby dr.dot » Mon Aug 09, 2010 1:38 pm

I find the problem :D
define('HTTP_SERVER', 'http://x.com');
define('HTTPS_SERVER', 'https://x.com');

the site without www.

thank you for your help

BlessIsaacola
Follower
Posts: 98
Joined: Sun Feb 03, 2008 9:48 pm
Location: Kennesaw, GA
Contact:

Re: [Zen Cart] SEO URLs not showing

Postby BlessIsaacola » Mon Aug 16, 2010 7:30 am

~J~ wrote:Make sure GZIP compression is turned off and your site URL is properly configured in includes/configure.php file (note www and non-www).


J~,

I am just curious about your suggestion to turn off GZIP. Is this a requirement for MSU? I am asking because ours is on for performance reason.
http://www.clevershoppers.com - Where Clever People Shop!

inveo
Inveo Support
Posts: 1285
Joined: Sat Feb 02, 2008 12:07 pm
Contact:

Re: [Zen Cart] SEO URLs not showing

Postby inveo » Tue Aug 17, 2010 2:05 pm

BlessIsaacola wrote:Is this a requirement for MSU?


GZIP compression needs to be turned off only if URLs are not transformed to SEO format in HTML source code.