Page 297 of 506 FirstFirst ... 197247287295296297298299307347397 ... LastLast
Results 2,961 to 2,970 of 5054
  1. #2961

    Default 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.

  2. #2962

    Default Re: Simple SEO URL [support thread]

    any one can help..

    thank you.

  3. #2963
    Join Date
    Jul 2007
    Posts
    2,169
    Plugin Contributions
    16

    Default Re: Simple SEO URL [support thread]

    Quote Originally Posted by steventay View Post
    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.
    Is your site Upgraded to the current version 1.5.4 Yet?
    zencart-upgrades-website-installation

  4. #2964

    Default 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

  5. #2965
    Join Date
    Jul 2007
    Posts
    2,169
    Plugin Contributions
    16

    Default Re: Simple SEO URL [support thread]

    Did you reset cache in admin, if not reset cache and see what happens.
    Is your site Upgraded to the current version 1.5.4 Yet?
    zencart-upgrades-website-installation

  6. #2966

    Default Re: Simple SEO URL [support thread]

    Quote Originally Posted by countrycharm View Post
    Did you reset cache in admin, if not reset cache and see what happens.
    how do i reset?

    thank you.

  7. #2967
    Join Date
    Jul 2007
    Posts
    2,169
    Plugin Contributions
    16

    Default Re: Simple SEO URL [support thread]

    admin/extra/simple seo URL manger
    Is your site Upgraded to the current version 1.5.4 Yet?
    zencart-upgrades-website-installation

  8. #2968

    Default 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

  9. #2969
    Join Date
    Oct 2006
    Posts
    5,477
    Plugin Contributions
    11

    Default Re: Simple SEO URL [support thread]

    Quote Originally Posted by steventay View Post
    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/
    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

  10. #2970
    Join Date
    Apr 2009
    Posts
    13
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    Quote Originally Posted by steventay View Post
    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,

 

 

Similar Threads

  1. v151 Simple SEO URLs for ZC 1.5.x [Support Thread]
    By cvhainb in forum All Other Contributions/Addons
    Replies: 46
    Last Post: 8 Jun 2022, 09:42 AM
  2. Simple SEO URL, Ultimate SEO URLs, Ceon URI Mapping SEO
    By pizza392 in forum All Other Contributions/Addons
    Replies: 13
    Last Post: 21 Jan 2015, 10:49 AM
  3. How do I tell what version my Simple SEO URL addon mod, and others, are?
    By kevinmc3 in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 6 May 2010, 01:32 AM
  4. Can't create new thread in Simple SEO URL forum
    By gseiber in forum General Questions
    Replies: 1
    Last Post: 3 Apr 2010, 01:56 PM
  5. Re: Simple SEO URL [support thread]
    By creamcrackers in forum General Questions
    Replies: 2
    Last Post: 16 Aug 2009, 03:02 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR