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 02-14-2010 08:33:40

jonasaedin
Member
From: Edinburgh, UK
Registered: 02-15-2009
Posts: 70
Website

HDSEO problems with rules

I must be doing something wrong, but I think I have followed the manual to detail.

HDSEO is installed and activated

I have a Standard SEO URL called http://www.contextinteriors.co.uk/ecom- … terns.html which I want morphed into http://www.contextinteriors.co.uk/featu … g-lanterns

My .htaccess file looks like this:

Code:

Options +FollowSymLinks
RewriteEngine on

RewriteRule ^ecom-catshow/lanterns\.html$ http://www.contextinteriors.co.uk/feature-lighting-lanterns [L,R=permanent]
RewriteRule ^feature-lighting-lanterns$ /ecom-catshow/lanterns.html

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

And in the database I have added this HDSEO rule:

Standard SEO: /ecom-catshow/lanterns.html
HDSEO: /feature-lighting-lanterns

The result I get is that the URL is morphed but no content is displayed, so I must have entered something wrong, I just cant see where, please help!

NB!... I have now reverted back to Standard SEO on the live site

Offline

 

#2 02-14-2010 09:10:06

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

Re: HDSEO problems with rules

Try change this line

Code:

RewriteRule ^feature-lighting-lanterns$ /ecom-catshow/lanterns.html

to

Code:

RewriteRule ^feature-lighting-lanterns$ ecom-catshow/lanterns.html

John

Offline

 

#3 02-14-2010 12:38:58

jonasaedin
Member
From: Edinburgh, UK
Registered: 02-15-2009
Posts: 70
Website

Re: HDSEO problems with rules

Thanks.. I knew it was something simple

Offline

 

Board footer