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,830

Results 2,961 to 2,980 of 5,058
26 Apr 2009, 5:33 PM
#2961
yellow1912 avatar

yellow1912

Totally Zenned

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

Simple SEO URL (OLD version) [support thread]

pildo:

reset afore or before modifiy?

i download the newest version from the SSU web
Always after modifying

27 Apr 2009, 12:26 PM
#2962
steventay avatar

steventay

New Zenner

Join Date:
Apr 2009
Posts:
7
Plugin Contributions:
0

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

i am new in this...

my zencart is under
http://www.emoblitz.com/zencart

After installation of Zencart it show me below..

Physical Path To Zen Cart?
/home/emoblitz/domains/emoblitz.com/public_html/zencart

URL to your Zen Cart? store
http://www.emoblitz.com/zencart

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

RewriteBase /public_html/zencart

What should be my rewritebase path?

Please help.

Thank you.

28 Apr 2009, 12:43 AM
#2963
steventay avatar

steventay

New Zenner

Join Date:
Apr 2009
Posts:
7
Plugin Contributions:
0

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

any one can help..

thank you.

28 Apr 2009, 12:56 AM
#2964
countrycharm avatar

countrycharm

Totally Zenned

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

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

steventay:

i am new in this...

my zencart is under
http://www.emoblitz.com/zencart

After installation of Zencart it show me below..

Physical Path To Zen Cart?
/home/emoblitz/domains/emoblitz.com/public_html/zencart

URL to your Zen Cart? store
http://www.emoblitz.com/zencart

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

RewriteBase /public_html/zencart

What should be my rewritebase path?

Please help.

Thank you.

Your .htacess should look like this since your shop is set up under zencart. http://www.emoblitz.com/zencart

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 /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

If it looks like this it should be right.

28 Apr 2009, 1:02 AM
#2965
steventay avatar

steventay

New Zenner

Join Date:
Apr 2009
Posts:
7
Plugin Contributions:
0

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

change my .htaccess to below still can't load my page.

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

28 Apr 2009, 1:23 AM
#2966
countrycharm avatar

countrycharm

Totally Zenned

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

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

Did you reset cache in admin, if not reset cache and see what happens.

28 Apr 2009, 2:03 AM
#2967
steventay avatar

steventay

New Zenner

Join Date:
Apr 2009
Posts:
7
Plugin Contributions:
0

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

countrycharm:

Did you reset cache in admin, if not reset cache and see what happens.

how do i reset?

thank you.

28 Apr 2009, 3:12 AM
#2968
countrycharm avatar

countrycharm

Totally Zenned

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

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

admin/extra/simple seo URL manger

28 Apr 2009, 3:21 AM
#2969
steventay avatar

steventay

New Zenner

Join Date:
Apr 2009
Posts:
7
Plugin Contributions:
0

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

I change the .htaccess to below.

BOF SSU

Options +FollowSymLinks -MultiViews
RewriteEngine On
RewriteBase /zencart/

when enter admin/extra/simple seo URL manger, , it show below error..

http://www.emoblitz.com/zencart/admin/ssu.php[/url]

Warning: main(includes/classes/module_installer.php) [function.main]: failed to open stream: No such file or directory in /home/emoblitz/domains/emoblitz.com/public_html/zencart/admin/ssu.php on line 10

Fatal error: main() [function.require]: Failed opening required 'includes/classes/module_installer.php' (include_path='.:/usr/local/lib/php') in /home/emoblitz/domains/emoblitz.com/public_html/zencart/admin/ssu.php on line 10

28 Apr 2009, 8:16 AM
#2970
yellow1912 avatar

yellow1912

Totally Zenned

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

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

steventay:

I change the .htaccess to below.

BOF SSU

Options +FollowSymLinks -MultiViews
RewriteEngine On
RewriteBase /zencart/

when enter admin/extra/simple seo URL manger, , it show below error..

http://www.emoblitz.com/zencart/admin/ssu.php[/url]

Warning: main(includes/classes/module_installer.php) [function.main]: failed to open stream: No such file or directory in /home/emoblitz/domains/emoblitz.com/public_html/zencart/admin/ssu.php on line 10

Fatal error: main() [function.require]: Failed opening required 'includes/classes/module_installer.php' (include_path='.:/usr/local/lib/php') in /home/emoblitz/domains/emoblitz.com/public_html/zencart/admin/ssu.php on line 10

Did you read the installation note:
http://wiki.rubikintegration.com/zencart/modules/ssu/installation

http://code.google.com/p/zencart-module-manager/

28 Apr 2009, 11:51 PM
#2971
justdoitrocky avatar

justdoitrocky

New Zenner

Join Date:
Apr 2009
Posts:
13
Plugin Contributions:
0

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

steventay:

I change the .htaccess to below.

BOF SSU

Options +FollowSymLinks -MultiViews
RewriteEngine On
RewriteBase /zencart/

when enter admin/extra/simple seo URL manger, , it show below error..

http://www.emoblitz.com/zencart/admin/ssu.php[/url]

Warning: main(includes/classes/module_installer.php) [function.main]: failed to open stream: No such file or directory in /home/emoblitz/domains/emoblitz.com/public_html/zencart/admin/ssu.php on line 10

Fatal error: main() [function.require]: Failed opening required 'includes/classes/module_installer.php' (include_path='.:/usr/local/lib/php') in /home/emoblitz/domains/emoblitz.com/public_html/zencart/admin/ssu.php on line 10

I got this too, :(

28 Apr 2009, 11:55 PM
#2972
yellow1912 avatar

yellow1912

Totally Zenned

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

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

Most ppl encounter the problem because they did not spend the time reading the instruction:

http://wiki.rubikintegration.com/zencart/modules/ssu/installation
On the requirements list you will see:

Module Manager installed (please make sure this module is installed, or you will run into errors)

29 Apr 2009, 5:49 AM
#2973
myfootsmells avatar

myfootsmells

New Zenner

Join Date:
Jul 2007
Posts:
17
Plugin Contributions:
0

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

So when I go through the Manufacturer drop down and then click on one of the products, it just keeps looping showing all products by the manufacturer it doesn't actually go to the product.

However if I go through the categories and not through manufacturer drop down it all works fine.

Any ideas?

29 Apr 2009, 5:50 AM
#2974
yellow1912 avatar

yellow1912

Totally Zenned

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

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

myfootsmells:

So when I go through the Manufacturer drop down and then click on one of the products, it just keeps looping showing all products by the manufacturer it doesn't actually go to the product.

However if I go through the categories and not through manufacturer drop down it all works fine.

Any ideas?
Make sure your version is latest (at least 3.6.6, better is 3.6.7)

29 Apr 2009, 8:59 AM
#2975
berserker avatar

berserker

Totally Zenned

Join Date:
May 2006
Posts:
712
Plugin Contributions:
0

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

Hello,

Just wondering, will this module affect any javascript files? Is it compatible with Ajax Banner Swapper and Tabbed Products Pro? Ajax Banner Swapper stopped working and I get errors in my error log regarding Tabbed Products Pro after installing Ceon URI Mapping so was just wondering if it might happen with this mod as well?

Any advice would be much appreciated.

Thx

29 Apr 2009, 11:13 AM
#2976
jenniesummitreks avatar

jenniesummitreks

New Zenner

Join Date:
Apr 2009
Posts:
17
Plugin Contributions:
0

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

Hi

We have recently installed Zencart latest version and I wanted to add SSU.

Have installed Module Manager followed by the latest SSU from your website as per the instructions and it appears to be working OK in the Admin section (no errors) and generating the new URLs. However I get a 404 error as soon as I try to link to any of the pages.

I have read through the posts on this thread and saw the one about the mod_rewrite/.htaccess being the only possible causes of the error. I have checked with our hosting person and he advises me that mod_rewrite is definitely on.

Zencart is in a folder called /shop - I have added the .htaccess file that came with the SSU download to the shop folder. The .htaccess file in the root folder was empty, so I have tried adding it there too.

I have compared the .htaccess file I uploaded with the example you posted in the abovementioned post, I can see only one difference and that is an 'L' at the end of the last rule.

I have had to disable SSU through the admin so I can work on the site today.

Is there anything else you can think of that I could have missed?

Many thanks

29 Apr 2009, 2:16 PM
#2977
yellow1912 avatar

yellow1912

Totally Zenned

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

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

jenniesummitreks:

Hi

We have recently installed Zencart latest version and I wanted to add SSU.

Have installed Module Manager followed by the latest SSU from your website as per the instructions and it appears to be working OK in the Admin section (no errors) and generating the new URLs. However I get a 404 error as soon as I try to link to any of the pages.

I have read through the posts on this thread and saw the one about the mod_rewrite/.htaccess being the only possible causes of the error. I have checked with our hosting person and he advises me that mod_rewrite is definitely on.

Zencart is in a folder called /shop - I have added the .htaccess file that came with the SSU download to the shop folder. The .htaccess file in the root folder was empty, so I have tried adding it there too.

I have compared the .htaccess file I uploaded with the example you posted in the abovementioned post, I can see only one difference and that is an 'L' at the end of the last rule.

I have had to disable SSU through the admin so I can work on the site today.

Is there anything else you can think of that I could have missed?

Many thanks
Did you check your_site.com/ssu_check.php for the htaccess content suggestion?

29 Apr 2009, 2:16 PM
#2978
yellow1912 avatar

yellow1912

Totally Zenned

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

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

Berserker:

Hello,

Just wondering, will this module affect any javascript files? Is it compatible with Ajax Banner Swapper and Tabbed Products Pro? Ajax Banner Swapper stopped working and I get errors in my error log regarding Tabbed Products Pro after installing Ceon URI Mapping so was just wondering if it might happen with this mod as well?

Any advice would be much appreciated.

Thx
I have not run into any problem with this module concerning javascript issues, and i have not seen anyone report it so far.

29 Apr 2009, 2:20 PM
#2979
biplob_bose avatar

biplob_bose

New Zenner

Join Date:
Apr 2009
Posts:
1
Plugin Contributions:
0

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

hi...I am extremely new in zencart. I have install QBI pro 2007 and I have installed the QBI in the zencart but I don't know how to integrate the QBI with zencart ? If you please help me....then it will be much easier for me to go ahead.

waiting for positive replies.

Thanks

29 Apr 2009, 2:21 PM
#2980
yellow1912 avatar

yellow1912

Totally Zenned

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

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

biplob.bose:

hi...I am extremely new in zencart. I have install QBI pro 2007 and I have installed the QBI in the zencart but I don't know how to integrate the QBI with zencart ? If you please help me....then it will be much easier for me to go ahead.

waiting for positive replies.

Thanks
Please post your request for your specific module/request support in its own topic.