I no longer provide installation support on forum for all my modules. However, if there are real bugs with the modules please feel free to contact me
I followed the instructions to the letter, turned on the Simple SEO Url module and everything works perfectly the first time around. I love when that happens. :)
I'm very impressed with this module. Thank you very much!!
BTW, the link to the Manual/instructions isn't quite right.
I did find everything ok by hunting around, but the links to the docs needs to be revised to this:
http://wiki.rubikintegration.com/zen...ules/ssu/about
Cyndy
Thank's a lot!![]()
You are awesome.
Please bear with me and I'll try and provide as much info as possible to hopefully help someone troubleshoot this install for me...
I found out I am running PHP 5.2.8 so I modified my .htaccess file by just copying and pasting the contents of the .htaccess included with this mod to the end of my original one. Don't know if this was correct since I know nothing about .htaccess files but here's what my .htaccess file looks like now...
This is what now shows up in admin>extras now when I click on Simple SEO URL manager...PHP Code:
# Use PHP5 as default
AddHandler application/x-httpd-php5 .php
#### BOF SSU
Options +FollowSymLinks -MultiViews
RewriteEngine On
# Make sure to change "test_site" to the subfolder you install ZC. If you use root folder, change to: RewriteBase /
RewriteBase /zencart/
# Deny access from .htaccess
RewriteRule ^\.htaccess$ - [F]
RewriteCond %{SCRIPT_FILENAME} !-f
RewriteCond %{SCRIPT_FILENAME} !-d
RewriteRule ^(.*) index.php?/$1 [E=VAR1:$1,QSA,L]
#### EOF SSU
When I set SSU Status to TRUE In admin>config I get the following error in my store front when a link is clickedPHP Code:
Instruction SSU caches your categories/products names and links in order to reduce the number of sql queries and minimize the performance penalty on your server. That has its drawback, however. If you change your categories/products names, you will need to reset the cache to force SSU reload and update the names.
Cache Functions Reset all cache: Click here
Reset alias cache: Click here
Reset only products cache: Click here
Reset only categories cache: Click here
Reset only pages cache: Click here
Alias Functions Manage Aliases: Click here
I'm running zencart version 1.3.8a and PHP 5.2.8PHP Code:
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, webmaster@zencrystals.com and inform them of the time the error occurred, and anything you might have done that may have caused the error.
More information about this error may be available in the server error log.
Additionally, a 500 Internal Server Error error was encountered while trying to use an ErrorDocument to handle the request.
Apache/2.2.11 (Unix) mod_ssl/2.2.11 OpenSSL/0.9.8i DAV/2 mod_auth_passthrough/2.1 mod_bwlimited/1.4 FrontPage/5.0.2.2635 Server at www.zencrystals.com Port 80
Any ideas or suggestions would be appreciated![]()
You did not change
RewriteBase /zencart/
If you are running on root folder, change to
RewriteBase /
I no longer provide installation support on forum for all my modules. However, if there are real bugs with the modules please feel free to contact me
Well, if you think about it, you want to have a nice, short, precise link (give the user enough info, no more no less)
What good will adding the .html or .php will do to your link? Will it help users in any way? Will it help search engine in any way?
If not, then why should you do so?
I no longer provide installation support on forum for all my modules. However, if there are real bugs with the modules please feel free to contact me
Okay, I'm adding this mod to my second website now, which is a sub-domain of zencrystals.com
To hopefully avoid a lot of headaches and save time I'd like to be sure I'm changing the right things in the configure.php files
Here's what I'm reading in the installation instructions
PHP Code:
define('HTTP_SERVER', 'http://www.site.com/subfolder');
define('HTTPS_SERVER', 'https://secure.site.com/~username/subfolder');
This may work in the normal ZC setting, but it will cause SSU to malfunction. You need to set like this:
define('HTTP_SERVER', 'http://www.site.com');
define('HTTPS_SERVER', 'https://secure.site.com');
define('DIR_WS_CATALOG', '/subfolder/');
define('DIR_WS_HTTPS_CATALOG', '/~username/subfolder/');
So basically, the http ones should contain only the domain name, no sub folders at all.
And here is what is currently in my configure.php file
PHP Code:
define('HTTP_SERVER', 'http://www.craftmagick.com');
define('HTTPS_SERVER', 'https://www.zencrystals.com/craftmagick');
define('DIR_WS_CATALOG', '/');
define('DIR_WS_HTTPS_CATALOG', '/');
define('DIR_FS_SQL_CACHE', '/home/zencryst/public_html/craftmagick/cache');
My questions is... would
define('HTTPS_SERVER', 'https://secure.site.com');
be
https://zencrystals.com
or
https://craftmagick.com
or
https://zencrystals.craftmagick.com
ALSO...
do I just leave
define('DIR_WS_HTTPS_CATALOG', '/');
as it is since it currently matches what is in my config.php file now?
ALSO....
in the .htaccess file would it be set to
REWRITE / craftmagick
I would just like to be sure before altering config.php files...
Thanks
define('HTTP_SERVER', 'http://www.craftmagick.com');
define('HTTPS_SERVER', 'https://www.zencrystals.com');
define('DIR_WS_CATALOG', '/');
define('DIR_WS_HTTPS_CATALOG', '/craftmagick/');
define('DIR_FS_SQL_CACHE', '/home/zencryst/public_html/craftmagick/cache');
I no longer provide installation support on forum for all my modules. However, if there are real bugs with the modules please feel free to contact me
Changed configure.php as noted above
Getting 500 server error as follows when clicking any link in the store
Here's a copy of my .htaccess filePHP Code:
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, webmaster@craftmagick.zencrystals.com and inform them of the time the error occurred, and anything you might have done that may have caused the error.
More information about this error may be available in the server error log.
Additionally, a 500 Internal Server Error error was encountered while trying to use an ErrorDocument to handle the request.
Apache/2.2.11 (Unix) mod_ssl/2.2.11 OpenSSL/0.9.8i DAV/2 mod_auth_passthrough/2.1 mod_bwlimited/1.4 FrontPage/5.0.2.2635 Server at www.craftmagick.com Port 80
could I have done something wrong in .htaccess??PHP Code:
#### BOF SSU
Options +FollowSymLinks -MultiViews
RewriteEngine On
# Make sure to change "test_site" to the subfolder you install ZC. If you use root folder, change to: RewriteBase /
RewriteBase /craftmagick/
# Deny access from .htaccess
RewriteRule ^\.htaccess$ - [F]
RewriteCond %{SCRIPT_FILENAME} !-f
RewriteCond %{SCRIPT_FILENAME} !-d
RewriteRule ^(.*) index.php?/$1 [E=VAR1:$1,QSA,L]
#### EOF SSU
Bookmarks