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 07-16-2012 13:22:10

sbhkma
Member
Registered: 05-17-2006
Posts: 448

HDSEO ends in a 404-standard SEO is on and working fine

I have standard CCP SEO turned on and working.
I turn on HDSEO and set the htaccess with

Options +FollowSymLinks
RewriteEngine on
RewriteRule ^ecom-prodshow/PBRE1\.html$ http://logoit.com/pint-glass-sleeve-no- … prene.html [L,R=permanent]
RewriteRule ^pint-glass-sleeve-no-bottom-neoprene.html$ /ecom-prodshow/PBRE1.html
RewriteRule ^(.*)-(.*)/(.*)\.html index.php?app=$1&ns=$2&ref=$3 [L,PT]

and then set the HDSEO with
Default:  /ecom-prodshow/PBRE1.html 
HiDef:  /pint-glass-sleeve-no-bottom-neoprene.html

When you click on the product you get taken to http://logoit.com/pint-glass-sleeve-no- … prene.html  but I am getting a 404 and I don't understand why.  What am I missing?

Offline

 

#2 07-17-2012 09:16:55

sbhkma
Member
Registered: 05-17-2006
Posts: 448

Re: HDSEO ends in a 404-standard SEO is on and working fine

Anything? Or does no one see a problem with this and it should work but doesn't?

Offline

 

#3 07-17-2012 09:40:14

salesdesk
Member
Registered: 07-03-2008
Posts: 147

Re: HDSEO ends in a 404-standard SEO is on and working fine

Hi,

I asked the engineers...this is the response I got.

RewriteRule ^pint-glass-sleeve-no-bottom-neoprene.html$ /ecom-prodshow/PBRE1.html

Missing \. in first part of the rule:

RewriteRule ^pint-glass-sleeve-no-bottom-neoprene\.html$ /ecom-prodshow/PBRE1.html

Hope this helps.

Offline

 

#4 07-17-2012 10:14:17

sbhkma
Member
Registered: 05-17-2006
Posts: 448

Re: HDSEO ends in a 404-standard SEO is on and working fine

I wish I could say that did it, but no joy.

Options +FollowSymLinks
RewriteEngine on
RewriteRule ^ecom-prodshow/PBRE1\.html$ http://logoit.com/pint-glass-sleeve-no-bottom\.html [L,R=permanent]
RewriteRule ^pint-glass-sleeve-no-bottom\.html$ /ecom-prodshow/PBRE1\.html
RewriteRule ^(.*)-(.*)/(.*)\.html index.php?app=$1&ns=$2&ref=$3 [L,PT]

still results in a 404 error.
What else am I missing?
I have it set in the HDSEO manager.

Offline

 

#5 07-17-2012 10:35:00

Iceit88
Member
From: Fairview, PA
Registered: 11-19-2003
Posts: 549
Website

Re: HDSEO ends in a 404-standard SEO is on and working fine

Do you have anything else in the .htaccess file above or below this code that may be blocking the page? And is the file placed in the correct location on the server?  Just thoughts to look into...


Bryan

Hat Trick Sports, LLC

Offline

 

#6 07-17-2012 12:18:52

sbhkma
Member
Registered: 05-17-2006
Posts: 448

Re: HDSEO ends in a 404-standard SEO is on and working fine

That is the entire .htaccess file. When I have just
Options +FollowSymLinks
RewriteEngine on
RewriteRule ^(.*)-(.*)/(.*)\.html index.php?app=$1&ns=$2&ref=$3 [L,PT]

the basic SEO for CCP works fine, so I would figure it's in the correct place (root directory)
The page TRIES to find http://logoit.com/pint-glass-sleeve-no-bottom.html but I get that 404 page not found.

Offline

 

#7 07-17-2012 13:20:42

Iceit88
Member
From: Fairview, PA
Registered: 11-19-2003
Posts: 549
Website

Re: HDSEO ends in a 404-standard SEO is on and working fine

Try this...


Options +FollowSymLinks
RewriteEngine On

RewriteRule ^ecom-prodshow/PBRE1\.html$ http://logoit.com/pint-glass-sleeve-no-bottom.html [L,R=permanent]
RewriteRule ^pint-glass-sleeve-no-bottom.html$ ecom-prodshow/PBRE1.html

RewriteRule ^(.*)-(.*)/(.*)\.html /index.php?app=$1&ns=$2&ref=$3 [L,PT]

Last edited by Iceit88 (07-17-2012 13:22:32)


Bryan

Hat Trick Sports, LLC

Offline

 

#8 07-17-2012 14:00:17

sbhkma
Member
Registered: 05-17-2006
Posts: 448

Re: HDSEO ends in a 404-standard SEO is on and working fine

That worked. Thank you EVER so much! Now I can finish this up and go saddle a horse for a nice break from this stuff!

Offline

 

Board footer