Quote Originally Posted by noobuser View Post
Hello All,

Its nice to see Simple Seo Url is working for all of you guys.

I have followed the steps as intstructed on the site.
The thing that is confusing me is this step -

define('DIR_WS_CATALOG', '/subfolder/');

define('DIR_WS_HTTPS_CATALOG', '/~username/subfolder/');

What should be the "subfolder" and "~username/subfolder".

My zencart is installed in "/"

Additional Info -

1) SSU exists in the Admin->Extra->Simple Seo Url Manager. When I click this it just takes me to mysite.


2) I have have run the ssp.php script, her is the output.
-----------------------------
Warning Checking includes/configure.php
Warning Suggested .htaccess content
Success #### BOF SSU
Options +FollowSymLinks -MultiViews
RewriteEngine On
RewriteBase /

# Deny access from .htaccess
RewriteRule ^\.htaccess$ - [F]

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

#### EOF SSU
Warning Checking cache write permission
--------------------------------

I do not have php knowledge.

Can somebody help.
Much appreciate your help.
If your zen cart is in the root on your sever and not in another folder like http://www.blablabla/shop.com just make sure your config.php looks like this and you don't have nothing to worry about.
define('DIR_WS_CATALOG', '/');
define('DIR_WS_HTTPS_CATALOG', '/');
If it is in a sub folder then you need to put what sub folder it is in like this
define('DIR_WS_CATALOG', '/subfolder/');
define('DIR_WS_HTTPS_CATALOG', '/~username/subfolder/');
Did you download the module manger and install it before you installed simple seo ? If not download it from here and install it.