Zen Cart Logo
Forums / All Other Contributions/Addons / Simple SEO URL (OLD version) [support thread]

Simple SEO URL (OLD version) [support thread]

Views: 1,113,720

Results 4,441 to 4,460 of 5,058
7 Sep 2010, 5:24 PM
#4441
zubenubi avatar

zubenubi

New Zenner

Join Date:
Jan 2010
Location:
Ireland
Posts:
88
Plugin Contributions:
0

Simple SEO URL (OLD version) [support thread]

Having a wee problem with my cart @ http://www.bigmenslargeclothes.co.uk/. When I click on the login link I get brought to the the login page which is https...

when I type in my username and password and click login, I get redirected to the main page but it's an http page (ie without the S)

Going from a secure https to a non secure http results in an error in IE6 which might be a bit off putting to customers.

I've posted elsewhere about this and I'm told (by no less than Dr Byte) that... > Your redirect appears to be a result of whatever URL rewriting you're doing and your so-called SEO URL addon. Remove all that crud and it should work properly as originally designed.

to test to see what i mean you can try logging in (using ie6) with
username- test AT gmail DOT com
password-testing

it's doin my loaf in! any help would be appreciated

7 Sep 2010, 7:56 PM
#4442
hitch avatar

hitch

New Zenner

Join Date:
Sep 2006
Posts:
75
Plugin Contributions:
0

Re: Simple SEO URL (OLD version) [support thread]

Hi Guys,

I have been using this mod for the last few years.

I have upgrade to 1.3.9f, and upgraded the latest Module manager, and SSU 3.8.5.

It all looks good and like it should be working however every link i click on returns the home page/index only. I have tried to do a whole lot of problem solving myself but cannot isolate whats causing it. I think the htaccess file is not working. What i have is below.

Does anyone smarter than i have any ideas for me to try? :smile:

BOF SSU

Options +FollowSymLinks -MultiViews
RewriteEngine On

Make sure to change "zencart" to the subfolder you install ZC. If you use root folder, change to: RewriteBase /

RewriteBase /

Deny access from .htaccess

RewriteRule ^.htaccess$ - [F]

RewriteCond %{SCRIPT_FILENAME} !-f
RewriteCond %{SCRIPT_FILENAME} !-d
#RewriteRule ^(.*) index.php?/$1 [E=VAR1:$1,QSA,L]
RewriteRule ^(.+) index.php/$1 [E=VAR1:$1,QSA,L,PT]

EOF SSU

7 Sep 2010, 8:08 PM
#4443
hitch avatar

hitch

New Zenner

Join Date:
Sep 2006
Posts:
75
Plugin Contributions:
0

Re: Simple SEO URL (OLD version) [support thread]

p.s the url returns correctly but the page renders only as the home page if that helps too.

8 Sep 2010, 3:49 AM
#4444
foteek avatar

foteek

New Zenner

Join Date:
May 2008
Posts:
50
Plugin Contributions:
0

Re: Simple SEO URL (OLD version) [support thread]

I've installed the latest Simple SEO mod in my 1.3.9 install, and now my admin shows a blank page. I've spent the last few hours diving into it and from the best that I can tell it's crashing in the init_admin_auth.php file. Specifically on the line calling:

    zen_redirect(zen_href_link(FILENAME_LOGIN, '', 'SSL'));

FILENAME_LOGIN is "login"

I don't know enough about zencart or zen_href_link to figure out how to debug further. Has anyone run into this, or doies anyone have advice on getting to the root of the problem? I'm out of ideas.

Thanks,
TJ

8 Sep 2010, 7:48 PM
#4445
hitch avatar

hitch

New Zenner

Join Date:
Sep 2006
Posts:
75
Plugin Contributions:
0

Re: Simple SEO URL (OLD version) [support thread]

hitch:

Hi Guys,

I have been using this mod for the last few years.

I have upgrade to 1.3.9f, and upgraded the latest Module manager, and SSU 3.8.5.

It all looks good and like it should be working however every link i click on returns the home page/index only. I have tried to do a whole lot of problem solving myself but cannot isolate whats causing it. I think the htaccess file is not working. What i have is below.

Does anyone smarter than i have any ideas for me to try? :smile:

BOF SSU

Options +FollowSymLinks -MultiViews
RewriteEngine On

Make sure to change "zencart" to the subfolder you install ZC. If you use root folder, change to: RewriteBase /

RewriteBase /

Deny access from .htaccess

RewriteRule ^.htaccess$ - [F]

RewriteCond %{SCRIPT_FILENAME} !-f
RewriteCond %{SCRIPT_FILENAME} !-d
#RewriteRule ^(.*) index.php?/$1 [E=VAR1:$1,QSA,L]
RewriteRule ^(.+) index.php/$1 [E=VAR1:$1,QSA,L,PT]

EOF SSU

Further to this i have done a Fresh install of zencar t1.3.9f, the latest module manager, and the SSU 3.8.5 and get the same result. I think this means its an internal conflict between the software, or a problem with my htaccess and server however i have tried every option i can find on the htaccess with no success. No errors just the index page re loads on every url clicked (yet the url looks correct)

Does anyone else have this set up working on 1.3.9f? Can anyone help?

Thanks All

9 Sep 2010, 1:37 PM
#4446
zubenubi avatar

zubenubi

New Zenner

Join Date:
Jan 2010
Location:
Ireland
Posts:
88
Plugin Contributions:
0

Re: Simple SEO URL (OLD version) [support thread]

zubenubi:

Having a wee problem with my cart @ http://www.bigmenslargeclothes.co.uk/. When I click on the login link I get brought to the the login page which is https...

when I type in my username and password and click login, I get redirected to the main page but it's an http page (ie without the S)

Going from a secure https to a non secure http results in an error in IE6 which might be a bit off putting to customers.

I've posted elsewhere about this and I'm told (by no less than Dr Byte) that...

to test to see what i mean you can try logging in (using ie6) with
username- test AT gmail DOT com
password-testing

it's doin my loaf in! any help would be appreciated

Hey there, I'm still having problems with this. Anybody any suggestions?

Ta

11 Sep 2010, 7:26 PM
#4447
waij avatar

waij

New Zenner

Join Date:
Aug 2010
Posts:
27
Plugin Contributions:
0

Re: Simple SEO URL (OLD version) [support thread]

foteek:

I've installed the latest Simple SEO mod in my 1.3.9 install, and now my admin shows a blank page. I've spent the last few hours diving into it and from the best that I can tell it's crashing in the init_admin_auth.php file. Specifically on the line calling:

    zen_redirect(zen_href_link(FILENAME_LOGIN, '', 'SSL'));

FILENAME_LOGIN is "login"

I don't know enough about zencart or zen_href_link to figure out how to debug further. Has anyone run into this, or doies anyone have advice on getting to the root of the problem? I'm out of ideas.

Thanks,
TJ

I had the same problem. What i did was in the includes/classes/ssu/parser.php on line 10 the following.
protected protected static function getClass() {
Take the first protected away and it will work

It must look like this.
protected static function getClass() {

Hopes it helps.

11 Sep 2010, 7:27 PM
#4448
waij avatar

waij

New Zenner

Join Date:
Aug 2010
Posts:
27
Plugin Contributions:
0

Re: Simple SEO URL (OLD version) [support thread]

hitch:

Further to this i have done a Fresh install of zencar t1.3.9f, the latest module manager, and the SSU 3.8.5 and get the same result. I think this means its an internal conflict between the software, or a problem with my htaccess and server however i have tried every option i can find on the htaccess with no success. No errors just the index page re loads on every url clicked (yet the url looks correct)

Does anyone else have this set up working on 1.3.9f? Can anyone help?

Thanks All

I have the exact same problem, so who knows what can cause this.

11 Sep 2010, 8:47 PM
#4449
countrycharm avatar

countrycharm

Totally Zenned

Join Date:
Jul 2007
Posts:
2,179
Plugin Contributions:
2

Re: Simple SEO URL (OLD version) [support thread]

Waij:

I have the exact same problem, so who knows what can cause this.
Run the ssu_check.php that you uploaded when you installed this module. It should be in the root of your server if you haven't deleted it to see what it tell you about your .htaccess file.

11 Sep 2010, 11:46 PM
#4450
hitch avatar

hitch

New Zenner

Join Date:
Sep 2006
Posts:
75
Plugin Contributions:
0

Re: Simple SEO URL (OLD version) [support thread]

countrycharm:

Run the ssu_check.php that you uploaded when you installed this module. It should be in the root of your server if you haven't deleted it to see what it tell you about your .htaccess file.
I have done this and enetered the suggested code in the htaccess and no change.

any other ideas?

12 Sep 2010, 2:21 AM
#4451
countrycharm avatar

countrycharm

Totally Zenned

Join Date:
Jul 2007
Posts:
2,179
Plugin Contributions:
2

Re: Simple SEO URL (OLD version) [support thread]

hitch:

I have done this and enetered the suggested code in the htaccess and no change.

any other ideas?
You can try this. At the end of your .htaccess you will find these 2 lines.
#RewriteRule ^(.) index.php?/$1 [E=VAR1:$1,QSA,L]
RewriteRule ^(.+) index.php/$1 [E=VAR1:$1,QSA,L,PT]Change the top one so it is active like this
RewriteRule ^(.
) index.php?/$1 [E=VAR1:$1,QSA,L]
#RewriteRule ^(.+) index.php/$1 [E=VAR1:$1,QSA,L,PT]See if that will work for you, and make sure you clear your cache in admin each time you make a change to simple seo.

12 Sep 2010, 10:29 AM
#4452
waij avatar

waij

New Zenner

Join Date:
Aug 2010
Posts:
27
Plugin Contributions:
0

Re: Simple SEO URL (OLD version) [support thread]

countrycharm:

You can try this. At the end of your .htaccess you will find these 2 lines.
Change the top one so it is active like this
See if that will work for you, and make sure you clear your cache in admin each time you make a change to simple seo.

Just tried it and had no luck.

12 Sep 2010, 5:18 PM
#4453
countrycharm avatar

countrycharm

Totally Zenned

Join Date:
Jul 2007
Posts:
2,179
Plugin Contributions:
2

Re: Simple SEO URL (OLD version) [support thread]

Waij:

Just tried it and had no luck.

I have this running perfect on zencart 1.3.9f. I found one file that was causing a conflict. Look in includes/functions/html_output.php
scroll all the way to the bottom and add a > ?> and see if that don't solve the problem. Make sure you clear the cache in admin.

12 Sep 2010, 8:32 PM
#4454
hitch avatar

hitch

New Zenner

Join Date:
Sep 2006
Posts:
75
Plugin Contributions:
0

Re: Simple SEO URL (OLD version) [support thread]

countrycharm:

You can try this. At the end of your .htaccess you will find these 2 lines.
Change the top one so it is active like this
See if that will work for you, and make sure you clear your cache in admin each time you make a change to simple seo.

Yeah, i've tried that, with no success. I have tried every option i can find on the htaccess file. Thanks Countrycharm for posting your ideas!

12 Sep 2010, 9:54 PM
#4455
countrycharm avatar

countrycharm

Totally Zenned

Join Date:
Jul 2007
Posts:
2,179
Plugin Contributions:
2

Re: Simple SEO URL (OLD version) [support thread]

hitch:

Yeah, i've tried that, with no success. I have tried every option i can find on the htaccess file. Thanks Countrycharm for posting your ideas!

I installed a fresh zencart 1.3.9f and it doesn't do what you two have describe. I can not reproduce the error. I am not sure what to tell you. Yellow would be glade to help you with this. You can email him from here. Sorry wish I could offer me help.

13 Sep 2010, 1:52 AM
#4456
hitch avatar

hitch

New Zenner

Join Date:
Sep 2006
Posts:
75
Plugin Contributions:
0

Re: Simple SEO URL (OLD version) [support thread]

countrycharm:

I installed a fresh zencart 1.3.9f and it doesn't do what you two have describe. I can not reproduce the error. I am not sure what to tell you. Yellow would be glade to help you with this. You can email him from here. Sorry wish I could offer me help.

Thanks again for your help. :-) it has to be server of htaccess thing then if a fresh install of everything works for you. dont know what though.

13 Sep 2010, 2:14 AM
#4457
countrycharm avatar

countrycharm

Totally Zenned

Join Date:
Jul 2007
Posts:
2,179
Plugin Contributions:
2

Re: Simple SEO URL (OLD version) [support thread]

hitch:

Thanks again for your help. :-) it has to be server of htaccess thing then if a fresh install of everything works for you. dont know what though.
Let me ask you this, is mod_rewrite enabled on your APACHE server (which is true in most cases) Are you running PHP 5
Is your site in a subfolder.

13 Sep 2010, 2:36 AM
#4458
hitch avatar

hitch

New Zenner

Join Date:
Sep 2006
Posts:
75
Plugin Contributions:
0

Re: Simple SEO URL (OLD version) [support thread]

countrycharm:

Let me ask you this, is mod_rewrite enabled on your APACHE server (which is true in most cases) Are you running PHP 5
Is your site in a subfolder.

Hi, yup mod_rewrite is enabled, php 5.2.9, no the site is in the base folder. This is a local wamp setup. Prior to upgrading it was working great. I am uploading a fresh setup to my hosted setup to see if that works differently.

:blink:

13 Sep 2010, 6:50 AM
#4459
hitch avatar

hitch

New Zenner

Join Date:
Sep 2006
Posts:
75
Plugin Contributions:
0

Re: Simple SEO URL (OLD version) [support thread]

hitch:

Hi, yup mod_rewrite is enabled, php 5.2.9, no the site is in the base folder. This is a local wamp setup. Prior to upgrading it was working great. I am uploading a fresh setup to my hosted setup to see if that works differently.

:blink:

So as to not waste anyones time I have uploaded this the same fresh install to my hosted enviroment and it works fine so must be something with how i have wamp configured. ... dont know what though, but my problem to correct. thanks for the ideas! :shocking:

13 Sep 2010, 11:40 AM
#4460
countrycharm avatar

countrycharm

Totally Zenned

Join Date:
Jul 2007
Posts:
2,179
Plugin Contributions:
2

Re: Simple SEO URL (OLD version) [support thread]

hitch:

So as to not waste anyones time I have uploaded this the same fresh install to my hosted enviroment and it works fine so must be something with how i have wamp configured. ... dont know what though, but my problem to correct. thanks for the ideas! :shocking:
Hi thank you for the update and letting us know it's working on your online server. I didn't know you were testing on your home server. I use XAMPP for Windows to test before I upload live. Don't test Simple Seo on your home computer server. It won't work right and causes all kinds of problems. If you going to test simple seo prior to uploading set up a sub-Domins to test.