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 05-16-2014 05:08:13

Sproz
Member
Registered: 02-17-2009
Posts: 55

seo-page not found problem

Hi,
I'm now onto the SEO settings for my v8 upgrade, I've added friendly URL's to the categories (not products yet) and switched on SEO in the system settings and used the htaccess code for v6 to v8 upgrade in root folder, deleting the rewrite rules for my streamline/fasthost server.
Ive uploaded the file to my root (htdocs) folder which is where v8 resides.
Problem; I get the splash page but  the catagories show "page not found" even though the address now shows the friendly URL.
Where am I going wrong?

Here's the .htaccess file, can someone check the rewrite bit is correct for fasthost servers, the wiki instructions confused me (easily done!) basically I deleted the first 3 lines

# Old SEO Rule Rewrites

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

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

# Version 8 Rewrite Rules

RewriteRule ^index.php - [L,PT]
RewriteRule ^$ index.php?COREseourl=/ [L,PT]
RewriteRule ^/$ index.php?COREseourl=/ [L,PT]
RewriteRule ^sitemap\.xml utilities/sitemap.xml [L,PT]
RewriteRule ^rss\.xml utilities/rss.xml [L,PT]
RewriteCond %{REQUEST_URI} ^/
RewriteCond %{REQUEST_URI} !\.(xml|css|js|gif|jpg|jpeg|png|pdf)$ [NC]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*) index.php?COREseourl=/$1 [L,PT]

Offline

 

#2 05-19-2014 10:08:55

webmaster
Administrator
From: York, PA
Registered: 04-20-2001
Posts: 19798
Website

Re: seo-page not found problem

You still need:

Code:

RewriteEngine on

At the top for fasthost.


Nick Hendler

Offline

 

#3 05-19-2014 16:50:39

Sproz
Member
Registered: 02-17-2009
Posts: 55

Re: seo-page not found problem

Thanks Nick, problem solved.
Could you possibly alter the wiki to say " delete these lines from the htaccess" for people like me who have pickled their brain cells over the years!
Next problem coming up soon!!

Offline

 

Board footer