Kryptronic Software Support Forum

You are viewing this forum as a guest. Login to an existing account, or create a new account, to reply to topics and to create new topics.

#1 09-11-2009 10:27:31

OutcastGirls
Member
From: New York, NY
Registered: 07-16-2009
Posts: 219

HD SEO / Error 500

I followed the instructions for utilizing HD SEO and created the following rewrite rule in my .htaccess:

RewriteRule ^ecom-catshow/Urban-Design-Pendants\.html$ http://www.outcastgirls.com/Urban-Design-Pendants [L,R=permanents]
RewriteRule ^Urban-Design-Pendants$ /ecom-catshow/Urban-Design-Pendants.html
RewriteRule ^(.*)-(.*)/(.*)\.html index.php?app=$1&ns=$2&ref=$3 [L,PT]

When I clicked on the Urban Design Jewelry ( I changed it from "pendants" to "jewelry" awhile ago but that can't be the problem) category I got the following error message:



What have I done wrong?

Thanks!

P.S. The rewrite rule is currently removed from the .htaccess until I solve the problem.
P.S.S. The SEO is turned to "true", everything is set as necessary.

Last edited by OutcastGirls (09-11-2009 10:31:15)

Offline

 

#2 09-11-2009 11:35:24

dh783
Member
From: Avondale, Arizona
Registered: 04-06-2005
Posts: 6233
Website

Re: HD SEO / Error 500

You need to escape the (.) in the rewrite rules

Code:

RewriteRule ^Urban-Design-Pendants$ /ecom-catshow/Urban-Design-Pendants\.html

John

Offline

 

#3 09-11-2009 13:47:57

OutcastGirls
Member
From: New York, NY
Registered: 07-16-2009
Posts: 219

Re: HD SEO / Error 500

Nope, that didn't work sad

Same error.

Offline

 

#4 09-11-2009 14:17:48

dh783
Member
From: Avondale, Arizona
Registered: 04-06-2005
Posts: 6233
Website

Re: HD SEO / Error 500

In the same rule you don't have a / in the first part (what your looking for) so you wouldn't need it in the second part

Code:

RewriteRule ^Urban-Design-Pendants$ ecom-catshow/Urban-Design-Pendants\.html

John

Offline

 

#5 09-11-2009 14:26:54

craigp
Member
From: Alaska
Registered: 01-12-2007
Posts: 65
Website

Re: HD SEO / Error 500

A LOT of people are having the same issue (I had it myself), with the same fix in every case.  Why hasn't the manual been updated with these rules that make it work?
Thanks for repeatedly posting the fix for people John.

Craig

Offline

 

#6 09-11-2009 14:34:50

OutcastGirls
Member
From: New York, NY
Registered: 07-16-2009
Posts: 219

Re: HD SEO / Error 500

I tried your last suggestion and it didn't work... and then I noticed that I have typed "[L,R=permanents]" instead of "[L, R=permanent]" ... one extra "s" at the end messed up everything.. LOL

Now it works fine. Thanks as always, John! smile

But one last question: Do I have to change the links to all 90 products that I currently have? It doesn't seem that they change automatically...

Offline

 

#7 09-11-2009 15:54:12

dh783
Member
From: Avondale, Arizona
Registered: 04-06-2005
Posts: 6233
Website

Re: HD SEO / Error 500

In HDSEO you have to write or change each url you want to enhance, that also means creating htaccess rules of each as you have done for the one in this post.

John

Offline

 

#8 09-11-2009 17:34:47

OutcastGirls
Member
From: New York, NY
Registered: 07-16-2009
Posts: 219

Re: HD SEO / Error 500

OMG... I'm gonna need a drink... lol

Offline

 

#9 09-11-2009 17:43:31

Dave
Member
Registered: 07-05-2003
Posts: 11233

Re: HD SEO / Error 500

90 isn't bad at all.  There's some folks here that have thousands smile

Offline

 

Board footer