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 11-24-2014 16:39:02

suprdave
Member
Registered: 03-04-2014
Posts: 4

CCP 8 SEO only works on first click

I have SEO turned on and my .htaccess file in place.  Everything appears to be working until the first click.  One the new page is pulled up all links forward are not SEO format.  My .htaccess file is setup exactly as shown in the example link in this forum.

# Turn Rewite Engine On
Options +FollowSymLinks
RewriteEngine on

# 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]

Any help greatly appreciated.

Dave

Last edited by suprdave (11-24-2014 16:39:41)

Offline

 

#2 11-25-2014 08:58:58

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

Re: CCP 8 SEO only works on first click

I'd imagine your cookie settings you've entered in your installer are incorrect.  If you post both your SSL and Non-SSL URLs, we can let you know what those settings should be.


Nick Hendler

Offline

 

#3 11-25-2014 10:58:42

suprdave
Member
Registered: 03-04-2014
Posts: 4

Re: CCP 8 SEO only works on first click

That was it.  Thanks for your help!

Offline

 

#4 05-22-2015 09:42:45

jonaha
Member
Registered: 11-01-2006
Posts: 192

Re: CCP 8 SEO only works on first click

Offline

 

#5 05-22-2015 14:48:39

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

Re: CCP 8 SEO only works on first click

Both your SSL and Non-SSL settings should be:

Domain: .bunk-bed-loft-bed.com
Path: /ccp8


Nick Hendler

Offline

 

#6 10-13-2015 11:17:19

dndparts
Member
Registered: 12-14-2003
Posts: 23

Re: CCP 8 SEO only works on first click

Hello,

I'm having this issue too and my .htaccess and cookie settings seem to be fine.
Here is my .htaccess, which is in my root directory:

# Turn Rewite Engine On

Options +FollowSymLinks
RewriteEngine On

# 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]


and my cookie settings are:
Both SSL and Non-SSL settings :

Domain: .dndparts.com
Path: /cookies

My website is wwwdndparts.com

Offline

 

#7 10-14-2015 07:33:08

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

Re: CCP 8 SEO only works on first click

Your cookie path should be / not /cookies.


Nick Hendler

Offline

 

#8 10-19-2015 09:10:59

dndparts
Member
Registered: 12-14-2003
Posts: 23

Re: CCP 8 SEO only works on first click

I changed the cookie paths to /not/cookies but it's still not working.

I added a "not" directory with a "cookie" directory inside and it still didn't work.
I deleted both directories too and it still didn't work.

Should there be a "not" directory with a "cookie" directory inside of it on my server or not?

Either way, it's not working. Do you have any other suggestions?

Offline

 

#9 10-19-2015 10:37:29

nigel
Member
From: Peterborough, UK
Registered: 04-27-2008
Posts: 418
Website

Re: CCP 8 SEO only works on first click

I think you are supposed to just have a forward slash as your cookie path, no other wording.

Offline

 

#10 10-19-2015 15:16:21

dndparts
Member
Registered: 12-14-2003
Posts: 23

Re: CCP 8 SEO only works on first click

wow (as I slap myself in the face)

Thanks Nigel.

Nick, that did the trick. Thanks.

Offline

 

#11 10-20-2015 06:09:34

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

Re: CCP 8 SEO only works on first click

Oh my goodness.  I should be more clear, I suppose.  That brightened my morning.  Thanks, dnd.


Nick Hendler

Offline

 

Board footer