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
Views: 1,113,830
Totally Zenned
pildo:
reset afore or before modifiy?
i download the newest version from the SSU web
Always after modifying
New Zenner
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
RewriteBase /public_html/zencart
What should be my rewritebase path?
Please help.
Thank you.
New Zenner
any one can help..
thank you.
Totally Zenned
steventay:
i am new in this...
my zencart is under
http://www.emoblitz.com/zencartAfter installation of Zencart it show me below..
Physical Path To Zen Cart?
/home/emoblitz/domains/emoblitz.com/public_html/zencartURL to your Zen Cart? store
http://www.emoblitz.com/zencartMake 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 OnMake 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.
New Zenner
change my .htaccess to below still can't load my page.
Options +FollowSymLinks -MultiViews
RewriteEngine On
RewriteBase /zencart/
RewriteRule ^.htaccess$ - [F]
RewriteCond %{SCRIPT_FILENAME} !-f
RewriteCond %{SCRIPT_FILENAME} !-d
RewriteRule ^(.*) index.php?/$1 [E=VAR1:$1,QSA,L]
Totally Zenned
Did you reset cache in admin, if not reset cache and see what happens.
New Zenner
countrycharm:
Did you reset cache in admin, if not reset cache and see what happens.
how do i reset?
thank you.
Totally Zenned
admin/extra/simple seo URL manger
New Zenner
I change the .htaccess to below.
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
Totally Zenned
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
New Zenner
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, :(
Totally Zenned
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)
New Zenner
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?
Totally Zenned
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)
Totally Zenned
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
New Zenner
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
Totally Zenned
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?
Totally Zenned
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.
New Zenner
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
Totally Zenned
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.
Tell staff why this post should be reviewed.