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 581 to 600 of 5,058
11 Sep 2008, 8:50 AM
#581
dermanomann avatar

dermanomann

New Zenner

Join Date:
Feb 2006
Location:
New Zealand
Posts:
146
Plugin Contributions:
1

Simple SEO URL (OLD version) [support thread]

Hi there,

Just a quick note that ZenMagick now supports Simple SEO URLs via a new plugin.
Simple SEO URLs needs to be installed and the plugin will take care that URLs generated by ZenMagick will use SSU.
As usual, no core file changes required ;)

Cheers, mano

11 Sep 2008, 2:41 PM
#582
ckosloff avatar

ckosloff

Totally Zenned

Join Date:
Feb 2007
Location:
South Florida, USA
Posts:
1,375
Plugin Contributions:
0

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

Well, attempted to install SSU.
No problems there, except for the fact that I am using XAMPP on Windows and I stumbled on step 2 b. of installation instructions:
Go to path_to_cache_folder/ssu, set this "ssu" folder's and all its subfolders permission to 0777
Now, the only thing I can do in Windows is to modify the read-only attribute. It wouldn't take, coming back as read-only all the time. So started to go further up, attempted to change permissions in cache, no joy either. Went up to root, nothing there, everything is back to read-only.
The problem is that my test site is now inaccessible and so is Admin:
Server error!

        The server encountered an internal error and was      unable to complete your request. Either the server is     overloaded or there was an error in a CGI script.      

If you think this is a server error, please contact the webmaster.
Error 500

I don't think this is caused by changing permissions, since they are all back to read-only.
I didn't modify anything in folder structure.
Path to cache is OK in both configure.php files.
.htaccess changed to RewriteBase / since Zen Cart is installed in the root.
Thanks for continuing support.

11 Sep 2008, 3:21 PM
#583
yellow1912 avatar

yellow1912

Totally Zenned

Join Date:
Oct 2006
Posts:
5,422
Plugin Contributions:
0

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

500 error:
This is usually caused by .htaccess mis-configured

windows:
I developed the module using xampp with winxp as well, have no problem with it

Maybe you post your zencart configure.php and .htaccess here? (and the location of this .htaccess)

11 Sep 2008, 4:41 PM
#584
ckosloff avatar

ckosloff

Totally Zenned

Join Date:
Feb 2007
Location:
South Florida, USA
Posts:
1,375
Plugin Contributions:
0

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

yellow1912:

500 error:
This is usually caused by .htaccess mis-configured

windows:
I developed the module using xampp with winxp as well, have no problem with it

Maybe you post your zencart configure.php and .htaccess here? (and the location of this .htaccess)

Thanks for continuing support.
Here are the files you requested.
Location of .htaccess is root folder.

11 Sep 2008, 4:46 PM
#585
yellow1912 avatar

yellow1912

Totally Zenned

Join Date:
Oct 2006
Posts:
5,422
Plugin Contributions:
0

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

Just my silly question, but why do you have?
define('HTTP_SERVER', 'http://www.example.com');
define('HTTPS_SERVER', 'https://www.example.com');

11 Sep 2008, 4:47 PM
#586
yellow1912 avatar

yellow1912

Totally Zenned

Join Date:
Oct 2006
Posts:
5,422
Plugin Contributions:
0

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

Also, you have:
define('DIR_FS_CATALOG', 'C:/xampp/htdocs/ladywig/');

So shouldnt you have

RewriteBase /ladywig/

11 Sep 2008, 4:58 PM
#587
ckosloff avatar

ckosloff

Totally Zenned

Join Date:
Feb 2007
Location:
South Florida, USA
Posts:
1,375
Plugin Contributions:
0

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

yellow1912:

Just my silly question, but why do you have?
define('HTTP_SERVER', 'http://www.example.com');
define('HTTPS_SERVER', 'https://www.example.com');

That is because I followed instructions in the Zen Cart manual.
Instead of having localhost the author recommends to create a domain with redirection to 127.0.0.1 so https://www.example.com is my local domain.
In the live server the domain is top level so Rewrite Base would be OK without anything after it.
I already added /ladywig/ to RewriteBase in .htaccess but still getting the 500 error.
Thanks again, your support is truly extraordinary and the main reason why I chose this contrib over others, apart from other reasons, like support for EZ pages.

11 Sep 2008, 5:01 PM
#588
yellow1912 avatar

yellow1912

Totally Zenned

Join Date:
Oct 2006
Posts:
5,422
Plugin Contributions:
0

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

You should have a more detailed error message found in:

<xampp-dir>/apache/logs/error.*log

That may help us to solve this problem
*

11 Sep 2008, 5:13 PM
#589
ckosloff avatar

ckosloff

Totally Zenned

Join Date:
Feb 2007
Location:
South Florida, USA
Posts:
1,375
Plugin Contributions:
0

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

yellow1912:

You should have a more detailed error message found in:

<xampp-dir>/apache/logs/error.*log

That may help us to solve this problem
*

These are today's logs

[Thu Sep 11 09:30:16 2008] [warn] pid file C:/xampp/apache/logs/httpd.pid overwritten -- Unclean shutdown of previous Apache run?
[Thu Sep 11 09:30:21 2008] [notice] Apache/2.2.8 (Win32) DAV/2 mod_ssl/2.2.8 OpenSSL/0.9.8g mod_autoindex_color PHP/5.2.5 configured -- resuming normal operations
[Thu Sep 11 09:30:21 2008] [notice] Server built: Jan 18 2008 00:37:19
[Thu Sep 11 09:30:21 2008] [notice] Parent: Created child process 1844
[Thu Sep 11 09:30:22 2008] [notice] Child 1844: Child process is running
[Thu Sep 11 09:30:22 2008] [notice] Child 1844: Acquired the start mutex.
[Thu Sep 11 09:30:22 2008] [notice] Child 1844: Starting 250 worker threads.
[Thu Sep 11 09:30:23 2008] [notice] Child 1844: Starting thread to listen on port 443.
[Thu Sep 11 09:30:23 2008] [notice] Child 1844: Starting thread to listen on port 80.
[Thu Sep 11 09:38:04 2008] [error] [client 127.0.0.1] File does not exist: C:/xampp/htdocs/ladywig/includes/templates/mein/images/bg19.gif, referer: http://www.example.com/ladywig/includes/templates/mein/css/stylesheet.css
[Thu Sep 11 10:27:46 2008] [alert] [client 127.0.0.1] C:/xampp/htdocs/ladywig/.htaccess: Invalid command 'RewriteEngine', perhaps misspelled or defined by a module not included in the server configuration
[Thu Sep 11 10:28:02 2008] [alert] [client 127.0.0.1] C:/xampp/htdocs/ladywig/.htaccess: Invalid command 'RewriteEngine', perhaps misspelled or defined by a module not included in the server configuration
[Thu Sep 11 10:37:08 2008] [alert] [client 127.0.0.1] C:/xampp/htdocs/ladywig/.htaccess: Invalid command 'RewriteEngine', perhaps misspelled or defined by a module not included in the server configuration
[Thu Sep 11 12:55:51 2008] [alert] [client 127.0.0.1] C:/xampp/htdocs/ladywig/.htaccess: Invalid command 'RewriteEngine', perhaps misspelled or defined by a module not included in the server configuration
[Thu Sep 11 12:55:54 2008] [alert] [client 127.0.0.1] C:/xampp/htdocs/ladywig/.htaccess: Invalid command 'RewriteEngine', perhaps misspelled or defined by a module not included in the server configuration
[Thu Sep 11 12:55:57 2008] [alert] [client 127.0.0.1] C:/xampp/htdocs/ladywig/.htaccess: Invalid command 'RewriteEngine', perhaps misspelled or defined by a module not included in the server configuration

11 Sep 2008, 5:39 PM
#590
yellow1912 avatar

yellow1912

Totally Zenned

Join Date:
Oct 2006
Posts:
5,422
Plugin Contributions:
0

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

[Thu Sep 11 12:55:57 2008] [alert] [client 127.0.0.1] C:/xampp/htdocs/ladywig/.htaccess: Invalid command 'RewriteEngine', perhaps misspelled or defined by a module not included in the server configuration

If you use xampp, mod_rewrite is not enabled by default.

11 Sep 2008, 6:14 PM
#592
ckosloff avatar

ckosloff

Totally Zenned

Join Date:
Feb 2007
Location:
South Florida, USA
Posts:
1,375
Plugin Contributions:
0

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

yellow1912:

[Thu Sep 11 12:55:57 2008] [alert] [client 127.0.0.1] C:/xampp/htdocs/ladywig/.htaccess: Invalid command 'RewriteEngine', perhaps misspelled or defined by a module not included in the server configuration

If you use xampp, mod_rewrite is not enabled by default.
SUCCESS!
Everything is OK now.
I uncommented the Load mod_rewrite in httpd.conf following instructions here:
http://www.sitepoint.com/article/guide-url-rewriting/
Thanks, yellow.

11 Sep 2008, 11:41 PM
#593
mikeyg avatar

mikeyg

Totally Zenned

Join Date:
May 2005
Posts:
515
Plugin Contributions:
0

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

yellow1912

I am testing locally so no URL however I seem to have now got this working - if I make the extension blank in the admin> config settings.

If I try to add any ending eg .html it stops working and only deliveres the index page.

Is there a fix. I can of course leve it bank but there is no .extension on the URL.

Thanks

Michael

11 Sep 2008, 11:44 PM
#594
yellow1912 avatar

yellow1912

Totally Zenned

Join Date:
Oct 2006
Posts:
5,422
Plugin Contributions:
0

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

I will look into this issue tomorrow.

Regards

11 Sep 2008, 11:55 PM
#595
yellow1912 avatar

yellow1912

Totally Zenned

Join Date:
Oct 2006
Posts:
5,422
Plugin Contributions:
0

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

Okie, dont add .html, add html only

See demo:
http://demo.rubikintegration.com/zencart/page_3.html

MikeyG:

yellow1912

I am testing locally so no URL however I seem to have now got this working - if I make the extension blank in the admin> config settings.

If I try to add any ending eg .html it stops working and only deliveres the index page.

Is there a fix. I can of course leve it bank but there is no .extension on the URL.

Thanks

Michael

12 Sep 2008, 3:48 AM
#596
ckosloff avatar

ckosloff

Totally Zenned

Join Date:
Feb 2007
Location:
South Florida, USA
Posts:
1,375
Plugin Contributions:
0

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

Me again, still battling errors.
When I click on a category I get a URL like this:
http://www.example.com/ladywig/cSSU_ID_DELIMITER5
and a redirect to my error page.
Numbers at the end of the URL vary.
I followed all instructions in yellow's last post, including setting all AllowOverride All.

12 Sep 2008, 3:51 AM
#597
yellow1912 avatar

yellow1912

Totally Zenned

Join Date:
Oct 2006
Posts:
5,422
Plugin Contributions:
0

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

This was encountered by someone else, maybe I should put this in the readme:

Reset the cache and it will fix itself

12 Sep 2008, 8:23 AM
#598
pagypsy avatar

pagypsy

New Zenner

Join Date:
Nov 2007
Posts:
28
Plugin Contributions:
0

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

I need an UNINSTALL for this mod. I installed it back in 2007. It has never worked right for me. And now I believe it is interfering with some other mods working correctly. How can I completely uninstall this mod? I have removed all of the files, but it still appears in the admin. Thanks.

btw - I am using ZC version 1.3.8

12 Sep 2008, 9:45 AM
#599
bigbadboy avatar

bigbadboy

Totally Zenned

Join Date:
Apr 2008
Location:
London
Posts:
557
Plugin Contributions:
0

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

I've just installed SSU on a fresh install.
ZC - 1.3.8a, SSU - beta 2.1, Module manager
I've used SSU plenty of times before but not this version.

I know I have installed everything as I have been over all the files 3 times.

2 problems.

Firstly - When I access ssu.php under Extras > SSU manager I get this error:
Error Failed: 1
Error ERROR: Cannot create table module_version_tracker because it already exists
Warning Note: 1 statements ignored. See "upgrade_exceptions" table for additional details.
Error Failed to set up version tracker table

Is this something to worry about (it's an error so yes!) and how can I remove this?

Second problem:
I'm using a fake home.html page for now until the store is ready.
When I try to access index.php I get sent back to the main URL - domain.com/index.php redirects to domain.com
I have set up index in the exclude list and DirectoryIndex in the htaccess.

Cheers.

12 Sep 2008, 12:12 PM
#600
yellow1912 avatar

yellow1912

Totally Zenned

Join Date:
Oct 2006
Posts:
5,422
Plugin Contributions:
0

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

pagypsy:

I need an UNINSTALL for this mod. I installed it back in 2007. It has never worked right for me. And now I believe it is interfering with some other mods working correctly. How can I completely uninstall this mod? I have removed all of the files, but it still appears in the admin. Thanks.

btw - I am using ZC version 1.3.8
No way you have it back in 2007? Im sorry but this module is released on may 2008