Re: Simple SEO URL [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.
Re: Simple SEO URL [support thread]
any one can help..
thank you.
Re: Simple SEO URL [support thread]
Quote:
Originally Posted by
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
Quote:
#### 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.
Re: Simple SEO URL [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
Re: Simple SEO URL [support thread]
Did you reset cache in admin, if not reset cache and see what happens.
Re: Simple SEO URL [support thread]
Quote:
Originally Posted by
countrycharm
Did you reset cache in admin, if not reset cache and see what happens.
how do i reset?
thank you.
Re: Simple SEO URL [support thread]
admin/extra/simple seo URL manger
Re: Simple SEO URL [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
Re: Simple SEO URL [support thread]
Quote:
Originally Posted by
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/zen...u/installation
http://code.google.com/p/zencart-module-manager/
Re: Simple SEO URL [support thread]
Quote:
Originally Posted by
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, :(