Page 109 of 146 FirstFirst ... 95999107108109110111119 ... LastLast
Results 1,081 to 1,090 of 1456
  1. #1081
    Join Date
    Jun 2007
    Location
    Palestine
    Posts
    55
    Plugin Contributions
    0

    Default Re: Chemo's Ultimate URL's

    well


    i don't have a file,, i have a Database... do i still need to use the info path?

    or it doesn't matter?
    DrByte said it doesn't matter ...

  2. #1082
    Join Date
    Jan 2004
    Posts
    66,419
    Blog Entries
    7
    Plugin Contributions
    277

    Default Re: Chemo's Ultimate URL's

    Quote Originally Posted by saher.alsous View Post
    [Fri Aug 17 07:22:16 2007] [error] [client 213.6.110.43] client denied by server configuration: /home/"USER"/alsousbros.com/.html
    If it's rewriting your URLs to have no filename, I'm not surprised that you're not getting the expected results.
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

  3. #1083
    Join Date
    Jun 2007
    Location
    Palestine
    Posts
    55
    Plugin Contributions
    0

    Default Re: Chemo's Ultimate URL's

    Quote Originally Posted by DrByte View Post
    If it's rewriting your URLs to have no filename, I'm not surprised that you're not getting the expected results.
    so what can i change?

    yesterday i was reading online how can i configue the .htaccess file and thats what i ended with :

    Code:
    RewriteEngine On
    RewriteBase /
    
    Options +Indexes
    Options +FollowSymlinks
    
    
    # Seo Urls version 3.x
    # Don't rewrite real files or directories
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule ^(.+)$ index\.php?seo_url=$1&%{QUERY_STRING} [L]

    or is it with any PHP file in the SEO or ZenCart?


    all the best

    Saher

  4. #1084
    Join Date
    Oct 2004
    Location
    Southport, UK
    Posts
    4,241
    Plugin Contributions
    20

    Default Re: Chemo's Ultimate URL's

    Fairly sure I followed the instructions correctly, and indeed, urls are being nicely re-written... but I simply do not have admin > CONFIGURATION > SEO URLS !

    Would this be anything to do with having renamed the admin directory? Or have I just missed something obvious?

    Edit: I had - the site has Admin Profiles installed and I'd forgotten to give myself permission to access SEO URLS!
    Last edited by Ryk; 22 Aug 2007 at 12:25 AM.
    Development Manager @ JSWeb Ltd - suppliers of Applepay/Googlepay for Zencart
    20 years with Zencart !

  5. #1085
    Join Date
    Jan 2007
    Posts
    65
    Plugin Contributions
    0

    Default SEO URL and Admin Settings

    Anyone encontered the problem of SEO URL 3.0 unable to be checked as a permission with admin settings?


    Thanks!

  6. #1086
    Join Date
    Oct 2004
    Location
    Southport, UK
    Posts
    4,241
    Plugin Contributions
    20

    Default Re: Chemo's Ultimate URL's

    I found I had to go through the process twice, but I thought I'd just been logged out of the admin through inactivity... did you try a second time?
    Development Manager @ JSWeb Ltd - suppliers of Applepay/Googlepay for Zencart
    20 years with Zencart !

  7. #1087
    Join Date
    Jun 2007
    Location
    Palestine
    Posts
    55
    Plugin Contributions
    0

    Default Re: Chemo's Ultimate URL's

    Quote Originally Posted by saher.alsous View Post
    so what can i change?

    yesterday i was reading online how can i configue the .htaccess file and thats what i ended with :

    Code:
    RewriteEngine On
    RewriteBase /
    
    Options +Indexes
    Options +FollowSymlinks
    
    
    # Seo Urls version 3.x
    # Don't rewrite real files or directories
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule ^(.+)$ index\.php?seo_url=$1&%{QUERY_STRING} [L]
    or is it with any PHP file in the SEO or ZenCart?


    all the best

    Saher

    mmm, why no one cares to give a solution for my problem?

  8. #1088
    Join Date
    Feb 2006
    Posts
    9
    Plugin Contributions
    0

    Default can't create new user account

    The rewrite is working wonderfully, but then when a new user tries to create an account, it is not working:

    htaccess settings include
    HTML Code:
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule ^(.+)$ index\.php?seo_url=$1&%{QUERY_STRING} [L]
    I have the SEO_fixes_for_3.0.0.b1, and seo_urls_3.0.0-beta1.

    The html_output file includes the additions are required:
    PHP Code:
    function zen_href_link($page ''$parameters ''$connection 'NONSSL'$add_session_id true$search_engine_safe true$static false$use_dir_ws_catalog true) {

        
    // not all core scripts (such as the Paypal IPN handler) implement the core auto loader system (WTF!?)
        
    if (!isset($GLOBALS['SeoUrl'])) {
            require_once(
    DIR_FS_CATALOG DIR_WS_CLASSES 'seo/seo.url.php');
            
    $GLOBALS['SeoUrl'] =& new SeoUrl($GLOBALS['db']);
            
    $GLOBALS['SeoUrl']->setupLanguage($_SESSION['languages_id']);
        }

        return 
    $GLOBALS['SeoUrl']->buildHrefLink($page$parameters$connection$add_session_id$static$use_dir_ws_catalog);
    }
    /*
     * The HTML href link wrapper function
     */
      
    function zen_href_link_stock($page ''$parameters ''$connection 'NONSSL'$add_session_id true$search_engine_safe true$static false$use_dir_ws_catalog true) { 
    All the admin options are turned on, and I have it based from root.

    Where have I gone wrong, what is the issue. Yes, I could put up a bug request, but will first hear from the community about it.



    Any ideas

  9. #1089
    Join Date
    Aug 2007
    Posts
    11
    Plugin Contributions
    0

    Default Re: Chemo's Ultimate URL's

    I've actually got version 3.0.0-beta1 to work, and everything seems so far so good, no login issues or anything.

    However, finding information about the different versions, etc... seems to be a daunting task. Does anyone else think it might be easier to find information if maybe each version had its own topic or something. The original version posted here was May of 2006 version 1.2.01, and at the end of the replies we're on 3.0.0-beta1, beta1 patch from someone, .etc... and it's really difficult to weed through a post with a 1000+ replies. It seems if a post has that many replies, maybe it should have its own board. (I'm still trying to re-find the link here were I downloaded the beta versions of SEO, the download section here does not reference it).

    I just wondered if anyone else had those issues.

    By the way, Zen-Cart and all the contributors have done a spectacular job here!

    Kudos to all of the people making this happen!

  10. #1090
    Join Date
    Feb 2004
    Location
    Georgia, USA
    Posts
    1,948
    Plugin Contributions
    0

    Default Re: can't create new user account

    Quote Originally Posted by T2DMan View Post
    The rewrite is working wonderfully, but then when a new user tries to create an account, it is not working:

    htaccess settings include
    HTML Code:
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule ^(.+)$ index\.php?seo_url=$1&%{QUERY_STRING} [L]
    I have the SEO_fixes_for_3.0.0.b1, and seo_urls_3.0.0-beta1.

    The html_output file includes the additions are required:
    PHP Code:
    function zen_href_link($page ''$parameters ''$connection 'NONSSL'$add_session_id true$search_engine_safe true$static false$use_dir_ws_catalog true) {

        
    // not all core scripts (such as the Paypal IPN handler) implement the core auto loader system (WTF!?)
        
    if (!isset($GLOBALS['SeoUrl'])) {
            require_once(
    DIR_FS_CATALOG DIR_WS_CLASSES 'seo/seo.url.php');
            
    $GLOBALS['SeoUrl'] =& new SeoUrl($GLOBALS['db']);
            
    $GLOBALS['SeoUrl']->setupLanguage($_SESSION['languages_id']);
        }

        return 
    $GLOBALS['SeoUrl']->buildHrefLink($page$parameters$connection$add_session_id$static$use_dir_ws_catalog);
    }
    /*
     * The HTML href link wrapper function
     */
      
    function zen_href_link_stock($page ''$parameters ''$connection 'NONSSL'$add_session_id true$search_engine_safe true$static false$use_dir_ws_catalog true) { 
    All the admin options are turned on, and I have it based from root.

    Where have I gone wrong, what is the issue. Yes, I could put up a bug request, but will first hear from the community about it.



    Any ideas
    Do you have SSL installed on your site? If so is it shared or dedicated SSL?

    Temporarily you can disable SEO URL for SSL pages so that Zen Cart works the way it normally does for SSL pages which includes (login, create account, etc.)

 

 

Similar Threads

  1. v151 with ultimate seo Url,how to change the ez-page url ?
    By whywell in forum General Questions
    Replies: 1
    Last Post: 17 Jan 2013, 09:12 AM
  2. Chemo's Ultimate SEO URL's and EZPages?
    By Doodlebuckets in forum All Other Contributions/Addons
    Replies: 1
    Last Post: 5 Aug 2008, 08:36 PM
  3. Fix for Easy Populate Froogle with Chemo's Ultimate URL's
    By mccord42 in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 8 Feb 2007, 04:06 PM
  4. Can NOT access Admin after installing Chemo's Ultimate URL's
    By hankliu in forum All Other Contributions/Addons
    Replies: 3
    Last Post: 12 Dec 2006, 10:33 AM

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