Zen Cart Logo
Forums / All Other Contributions/Addons / Chemo's Ultimate URL's

Chemo's Ultimate URL's

Views: 493,426

Results 801 to 820 of 1,407
7 May 2007, 2:46 AM
#801
blessisaacola avatar

blessisaacola

Totally Zenned

Join Date:
Feb 2004
Location:
Georgia, USA
Posts:
1,875
Plugin Contributions:
1

Chemo's Ultimate URL's

unifex:

I speak from Paypal IPN and I can fix the problem, if I change the Default Extension in Seo Beta from .html to .php.

But I want to use .html

This issue has been documented both here and on the bug tracker site and there is no solution at this time. The only solution is to use blank for your default extension. Others have reported turn SKIP SSL off worked but it didn't for me.

7 May 2007, 11:02 PM
#802
jettrue avatar

jettrue

Totally Zenned

Join Date:
Jan 2005
Location:
USA, St. Louis
Posts:
3,651
Plugin Contributions:
5

Re: Chemo's Ultimate URL's

Can someone explain to me what PATH_INFO does, and does that operate in addition to or in concert with MOD REWRITE? Because I know that my server runs MOD REWRITE, and in the guide it says "However if the system offers Mod Rewrite, it is possible to remove the /index.php/ from the URL...."

However, I cannot get this to work without index.php in there.

Here is my .htaccess:
RewriteEngine On
RewriteBase /

Seo Urls version 3.x

Don't rewrite real files or directories

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.+)$ index.php?seo_url=$1&%{QUERY_STRING} [L]

Any help would be greatly appreciated!!

8 May 2007, 3:14 AM
#803
jettrue avatar

jettrue

Totally Zenned

Join Date:
Jan 2005
Location:
USA, St. Louis
Posts:
3,651
Plugin Contributions:
5

Re: Chemo's Ultimate URL's

I have another question (that will probably remain unanswered as well), but is the newest version supposed to install any database tables?

8 May 2007, 3:47 AM
#804
blessisaacola avatar

blessisaacola

Totally Zenned

Join Date:
Feb 2004
Location:
Georgia, USA
Posts:
1,875
Plugin Contributions:
1

Re: Chemo's Ultimate URL's

jettrue:

I have another question (that will probably remain unanswered as well), but is the newest version supposed to install any database tables?

Nope, it's not suppose to and does not install any database table. It however install configuration settings so you can control the mod from the admin side.

8 May 2007, 3:50 AM
#805
blessisaacola avatar

blessisaacola

Totally Zenned

Join Date:
Feb 2004
Location:
Georgia, USA
Posts:
1,875
Plugin Contributions:
1

Re: Chemo's Ultimate URL's

jettrue:

Can someone explain to me what PATH_INFO does, and does that operate in addition to or in concert with MOD REWRITE? Because I know that my server runs MOD REWRITE, and in the guide it says "However if the system offers Mod Rewrite, it is possible to remove the /index.php/ from the URL...."

However, I cannot get this to work without index.php in there.

Here is my .htaccess:
RewriteEngine On
RewriteBase /

Seo Urls version 3.x

Don't rewrite real files or directories

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.+)$ index.php?seo_url=$1&%{QUERY_STRING} [L]

Any help would be greatly appreciated!!

Your current .htaccess setting implies that that you're running mod_write. What's your current setting on the admin side? This should work just fine without the /index.php/. Please keep in mind the /index.php/ is not the index.php file in your store root.

8 May 2007, 12:49 PM
#806
jettrue avatar

jettrue

Totally Zenned

Join Date:
Jan 2005
Location:
USA, St. Louis
Posts:
3,651
Plugin Contributions:
5

Re: Chemo's Ultimate URL's

BlessIsaacola:

Your current .htaccess setting implies that that you're running mod_write. What's your current setting on the admin side? This should work just fine without the /index.php/. Please keep in mind the /index.php/ is not the index.php file in your store root.

Thanks!

I've tried both .htaccess settings, both with no success, however, now my .htaccess file is:

RewriteEngine On
RewriteBase /

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.+)$ index\.php/$1 [L,QSA]

I'm working at https://www.jmb.jadetrue.com, and if I set the "Page Base" setting in the admin to a blank value, I get page not found errors on every page except the home page.

I've confirmed that the server supports Mod Rewrite, and PathInfo.

ETA: I've also applied all the patches that were compiled in this thread.

8 May 2007, 11:46 PM
#807
blessisaacola avatar

blessisaacola

Totally Zenned

Join Date:
Feb 2004
Location:
Georgia, USA
Posts:
1,875
Plugin Contributions:
1

Re: Chemo's Ultimate URL's

jettrue:

Thanks!

I've tried both .htaccess settings, both with no success, however, now my .htaccess file is:

RewriteEngine On
RewriteBase /

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.+)$ index.php/$1 [L,QSA]

> 
> I'm working at <https://www.jmb.jadetrue.com>, and if I set the "Page Base" setting in the admin to a blank value, I get page not found errors on every page except the home page.
> 
> I've confirmed that the server supports Mod Rewrite, and PathInfo.
> 
> ETA: I've also applied all the patches that were compiled in this thread.

Please post your current configuration setting if you need troubleshoot...
9 May 2007, 1:55 AM
#808
jettrue avatar

jettrue

Totally Zenned

Join Date:
Jan 2005
Location:
USA, St. Louis
Posts:
3,651
Plugin Contributions:
5

Re: Chemo's Ultimate URL's

BlessIsaacola:

Please post your current configuration setting if you need troubleshoot...

I posted it a few days ago, but here's the most current:

Seo Urls Status On
301 Redirection Status On
Page Base
Default Extension .html

Url Plugins
Core: Default: Skip SSL,
Core: Product: Reviews: Info,
Core: Product: Image,
Core: Category,
Core: Default,
Core: EZ Pages,
Core: Advanced Search,
Core: Product: Reviews: Write,
Core: Product: Reviews,
Core: Default Skips,
Core: Manufacturer,
Core: Advanced Search: Result,
Core: Product

Character Plugins
Format: Strip Invalid,
Format: Lowercase

9 May 2007, 2:48 AM
#809
blessisaacola avatar

blessisaacola

Totally Zenned

Join Date:
Feb 2004
Location:
Georgia, USA
Posts:
1,875
Plugin Contributions:
1

Re: Chemo's Ultimate URL's

jettrue:

I posted it a few days ago, but here's the most current:

Seo Urls Status On
301 Redirection Status On
Page Base
Default Extension .html

Url Plugins
Core: Default: Skip SSL,
Core: Product: Reviews: Info,
Core: Product: Image,
Core: Category,
Core: Default,
Core: EZ Pages,
Core: Advanced Search,
Core: Product: Reviews: Write,
Core: Product: Reviews,
Core: Default Skips,
Core: Manufacturer,
Core: Advanced Search: Result,
Core: Product

Character Plugins
Format: Strip Invalid,
Format: Lowercase

I am not sure why it's not working for you. I don't know if it has anything to with the fact that you're using a subdomain. The only setting that I know is problematic is Core: Default: Skip SSL and that only affects Paypal.

9 May 2007, 10:43 AM
#810
high2k avatar

high2k

Zen Follower

Join Date:
May 2006
Location:
Scotland
Posts:
198
Plugin Contributions:
0

Re: Chemo's Ultimate URL's

Is it safe to use this contribution on V1.3.7?

9 May 2007, 3:56 PM
#811
blessisaacola avatar

blessisaacola

Totally Zenned

Join Date:
Feb 2004
Location:
Georgia, USA
Posts:
1,875
Plugin Contributions:
1

Re: Chemo's Ultimate URL's

high2K:

Is it safe to use this contribution on V1.3.7? It depends on what you mean by safe. It works with V1.3.7 but there are known issues.

9 May 2007, 4:27 PM
#812
adamdowney avatar

adamdowney

New Zenner

Join Date:
Mar 2007
Posts:
32
Plugin Contributions:
0

Re: Chemo's Ultimate URL's

Does anyone have ver 3 BETA of this mod working with an SSL enabled Zen Cart 1.3.7?

I can't get login page to work??

9 May 2007, 9:41 PM
#813
bjraines avatar

bjraines

Zen Follower

Join Date:
Jun 2006
Posts:
223
Plugin Contributions:
0

Re: Chemo's Ultimate URL's

CypherUK:

Hi Folks.

I think i'm having a thick moment with the install of SEO URLS.

I've followed the instructions, changed the html_output file, uploaded the files and created the .htaccess file

I can see the seo urls menu in admin and everything seems to work ok untill i turn it on

i keep getting a 'Page Not Found' error when trying to access any page and it keeps coming back to the sitemap page.

Sorry for sounding like such a noobie on this one but i'm stuck. Could anyone throw some light on this one or point me in the right direction?

I'm using Zen Version 1.3.7 and the current version of seo urls.

Any help would be grately received.
Thanks in advance

Mark :)

Hi you said you followed the instructions.

I am trying to follow the instructions from the site and I cannot find this line.
This file for me does not even have 335 lines.

Open your Zen Cart file includes/application_top.php and find the following code around line 355:

9 May 2007, 10:07 PM
#814
blessisaacola avatar

blessisaacola

Totally Zenned

Join Date:
Feb 2004
Location:
Georgia, USA
Posts:
1,875
Plugin Contributions:
1

Re: Chemo's Ultimate URL's

bjraines:

Hi you said you followed the instructions.

I am trying to follow the instructions from the site and I cannot find this line.
This file for me does not even have 335 lines.

Open your Zen Cart file includes/application_top.php and find the following code around line 355:

You're using a VERY OLD version of this if you're still trying to modify application_top.php. That has been depreciated.

9 May 2007, 10:08 PM
#815
blessisaacola avatar

blessisaacola

Totally Zenned

Join Date:
Feb 2004
Location:
Georgia, USA
Posts:
1,875
Plugin Contributions:
1

Re: Chemo's Ultimate URL's

adamdowney:

Does anyone have ver 3 BETA of this mod working with an SSL enabled Zen Cart 1.3.7?

I can't get login page to work??

Mine was working before I uninstalled the mod due to other problems but there are other sites running this just fine with SSL.

9 May 2007, 10:40 PM
#816
bjraines avatar

bjraines

Zen Follower

Join Date:
Jun 2006
Posts:
223
Plugin Contributions:
0

Re: Chemo's Ultimate URL's

BlessIsaacola:

You're using a VERY OLD version of this if you're still trying to modify application_top.php. That has been depreciated.

I download the new version from a link on this thread. It is just that my installation instructions were to go to a website that had those instructions.

did I download the wrong one? is works!

10 May 2007, 7:13 AM
#817
high2k avatar

high2k

Zen Follower

Join Date:
May 2006
Location:
Scotland
Posts:
198
Plugin Contributions:
0

Re: Chemo's Ultimate URL's

BlessIsaacola:

It depends on what you mean by safe. It works with V1.3.7 but there are known issues.

Are there details of these issues and any workarounds that you could point me to?
The client concerned want seo-friendly URLs, but I'm reluctant to add this cont. to her site if it's going to mess things up.

10 May 2007, 7:27 AM
#818
chris20492002 avatar

chris20492002

New Zenner

Join Date:
Jan 2005
Posts:
69
Plugin Contributions:
0

Re: Chemo's Ultimate URL's

does this work on v1.3.6 and if so how do I install it because ultimate_seo_urls_v2.103 which I downloaded does not work

Any help is much appreciated.

10 May 2007, 12:07 PM
#819
jettrue avatar

jettrue

Totally Zenned

Join Date:
Jan 2005
Location:
USA, St. Louis
Posts:
3,651
Plugin Contributions:
5

Re: Chemo's Ultimate URL's

high2K:

Are there details of these issues and any workarounds that you could point me to?
The client concerned want seo-friendly URLs, but I'm reluctant to add this cont. to her site if it's going to mess things up.

I really wouldn't add this to a live site. I know this is a beta but this mod is currently less usable than the earlier version. You could be pointed to issues, but many of them do not seem to have workarounds, and dreamscape doesn't seem to be all that motivated to get there. Just my .02.

10 May 2007, 12:39 PM
#820
bjraines avatar

bjraines

Zen Follower

Join Date:
Jun 2006
Posts:
223
Plugin Contributions:
0

Re: Chemo's Ultimate URL's

chris20492002:

hi what is the latest version of the SEO mod and where can I get it?

Did this ever get answered? I can't find it. The one in the repsitory is for 1.3.6