Page 42 of 42 FirstFirst ... 32404142
Results 411 to 414 of 414
  1. #411
    Join Date
    Feb 2012
    Location
    mostly harmless
    Posts
    603
    Plugin Contributions
    6

    Default Re: Ultimate SEO 2.200+ (new features)

    You can read more about the different defines in Zen Cat's configure.php. DIR_WS_CATALOG is the "folder" or "directory" where you installed Zen Cart relative to the Web Server's document root (or in other words what shows up following the domain name in your web browser's address bar). Note DIR_WS_CATALOG should start and end with a slash (/).

    So if you have define('DIR_WS_CATALOG', '/'), then use either use: "RewriteBase /" or "#RewriteBase /".
    If you have define('DIR_WS_CATALOG', '/shop/'), then use: "RewriteBase /shop/".
    The glass is not half full. The glass is not half empty. The glass is simply too big!

  2. #412
    Join Date
    Aug 2007
    Posts
    121
    Plugin Contributions
    0

    Default Re: Ultimate SEO 2.200+ (new features)

    Quote Originally Posted by lhungil View Post
    That path does not look right. It should be the relative Web Site path... (matches DIR_WS_CATALOG in configure.php).

    It appears your DIR_WS_CATALOG is "/". If this is the case you can comment out the RewriteBase directive. Otherwise replace the "/" with the value configured inside your configure.php for DIR_WS_CATALOG.
    Code:
    ...
    ###############################################################################
    # Common directives
    ###############################################################################
    # NOTE: Replace /shop/ with the relative web path of your catalog in the "Rewrite Base" line below:
    
    Options +FollowSymLinks
    RewriteEngine on
    #RewriteBase /shop/
    
    ###############################################################################
    # Start Ultimate SEO URLs
    ###############################################################################
    ...
    Thank you lhungl. You are a live saver again. A thousand Thank You's!
    I replaced the "overwritebase" with "/" and it works.
    Replacing it with "RewriteBase /pub/" didn't work.
    Commenting it out did not work either.

  3. #413
    Join Date
    Aug 2007
    Posts
    121
    Plugin Contributions
    0

    Default Re: Ultimate SEO 2.200+ (new features)

    Quote Originally Posted by lhungil View Post
    You can read more about the different defines in Zen Cat's configure.php. DIR_WS_CATALOG is the "folder" or "directory" where you installed Zen Cart relative to the Web Server's document root (or in other words what shows up following the domain name in your web browser's address bar). Note DIR_WS_CATALOG should start and end with a slash (/).

    So if you have define('DIR_WS_CATALOG', '/'), then use either use: "RewriteBase /" or "#RewriteBase /".
    If you have define('DIR_WS_CATALOG', '/shop/'), then use: "RewriteBase /shop/".
    Strange thing is that it show ('DIR_WS_CATALOG', '/pub/'), (given if I was looking at the correct line in the file.

    Replacing it with just "/" did it. Replacing it with /pub/ did not.

    Thanks again
    Last edited by twi; 17 Jun 2013 at 04:27 PM.

  4. #414
    Join Date
    Feb 2012
    Location
    mostly harmless
    Posts
    603
    Plugin Contributions
    6

    Default Re: Ultimate SEO 2.200+ (new features)

    Glad you were able to get everything working! Thank you for taking the time to reply and confirm the issue was due to a misconfiguration of the ".htaccess" file and not an issue with Ultimate (SEO) URLs.

    Note: you previously said "define('DIR_WS_DOWNLOAD_PUBLIC', DIR_WS_CATALOG . 'pub/');".
    "define('DIR_WS_DOWNLOAD_PUBLIC',...);" and "define('DIR_WS_CATALOG',...);" are not the same.
    The glass is not half full. The glass is not half empty. The glass is simply too big!

 

 
Page 42 of 42 FirstFirst ... 32404142

Similar Threads

  1. Ultimate Cross Sell [Support Thread]
    By ultimate_zc in forum All Other Contributions/Addons
    Replies: 230
    Last Post: 9 Jun 2013, 03:46 PM
  2. Ultimate Fade-In Slidehow Support thread
    By outeredge2 in forum All Other Contributions/Addons
    Replies: 148
    Last Post: 27 Nov 2012, 04:24 AM
  3. Ultimate Content Glider [Support Thread]
    By ultimate_zc in forum All Other Contributions/Addons
    Replies: 11
    Last Post: 4 Sep 2012, 05:16 AM
  4. 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
  •