Results 1 to 8 of 8
  1. #1
    Join Date
    Mar 2006
    Location
    BC, Canada
    Posts
    98
    Plugin Contributions
    0

    Default Ultimate_SEO_URL ( links sidebox 404 Error)

    ZenCart 1.31
    ultimate_seo_urls_v2.101

    Everything works great..except the links sidebox.

    I get a 404 Error - page not found

    http://www.edgewatergifts.com/links.html&lPath=3

    anyone have any ideas?
    Version 1.3.7

  2. #2
    Join Date
    Feb 2005
    Location
    Prague
    Posts
    151
    Plugin Contributions
    0

    Default Re: Ultimate_SEO_URL ( links sidebox 404 Error)

    erron in htaccess file

    Options +FollowSymLinks
    RewriteEngine On
    RewriteBase / <--- here you have /shop/ or what ? 8)

  3. #3
    Join Date
    Mar 2006
    Location
    BC, Canada
    Posts
    98
    Plugin Contributions
    0

    Default Re: Ultimate_SEO_URL ( links sidebox 404 Error)

    I think the rewrite stuff is working. I do get the other pages fine. It's only the links. But it works at times. at times it works with firefox and then it won't with ie6. I erased the cookies..I though that may be a problem. then it worked, then it stopped working...Arggh.

    at this time I don't know if this is a local problem or if it's with the host site.

    I am confused.
    Version 1.3.7

  4. #4
    Join Date
    Mar 2006
    Location
    BC, Canada
    Posts
    98
    Plugin Contributions
    0

    Default Re: Ultimate_SEO_URL ( links sidebox 404 Error)

    oh BTW I am using Links Manager 1.5
    Version 1.3.7

  5. #5
    Join Date
    Feb 2005
    Location
    Prague
    Posts
    151
    Plugin Contributions
    0

    Default Re: Ultimate_SEO_URL ( links sidebox 404 Error)

    8)
    you need change rewrite rules in htaccess manualy...
    cose htaccess rules what you have now maked for buildet into zencart EZ-Pages...

  6. #6
    Join Date
    Mar 2006
    Location
    BC, Canada
    Posts
    98
    Plugin Contributions
    0

    Default Re: Ultimate_SEO_URL ( links sidebox 404 Error)

    Okay, I'll try that.

    Know of any good references, online, for the syntax of the rewrite directive?
    Version 1.3.7

  7. #7
    Join Date
    Feb 2005
    Location
    Prague
    Posts
    151
    Plugin Contributions
    0

    Default Re: Ultimate_SEO_URL ( links sidebox 404 Error)

    here nice info about mode rewrite

    http://www.doriat.com/

  8. #8
    Join Date
    Mar 2006
    Location
    BC, Canada
    Posts
    98
    Plugin Contributions
    0

    Default Re: Ultimate_SEO_URL ( links sidebox 404 Error)

    Well I got it working ...sort of. It seems that the parameter variable for the href_link function in seo.url.php wasn't being passed a proper value from the “links Manager 1.5” add- in


    I am using Links manager 1.5 and the formating of the string takes place in the
    \includes\templates\mytemplate\sideboxes\tpl_links_select.php.

    Old Statment:
    //$content = "";
    // for ($i=0, $n=sizeof($links_array); $i<$n; $i++) {
    // $content .= '<a href="' . zen_href_link(FILENAME_LINKS, '', 'NONSSL') . '&amp;lPath';
    // $content .= '=' . zen_output_string($links_array[$i]['id']) . '"';
    // $content .= '>' . zen_output_string($links_array[$i]['text'], array('"' => '&quot;', '\'' => ''', '<' => '&lt;', '>' => '&gt;')) . '</a><br/>';
    // }

    Modified Statment
    $content = "";
    for ($i=0, $n=sizeof($links_array); $i<$n; $i++) {
    $content .= '<a href="' . zen_href_link(FILENAME_LINKS,'lPath='. zen_output_string($links_array[$i]['id']) , 'NONSSL').'"' ;

    $content .= '>' . zen_output_string($links_array[$i]['text'], array('"' => '&quot;', '\'' => ''', '<' => '&lt;', '>' => '&gt;')) . '</a><br/>';
    }

    It works now...before it would give a 404 error the second time you clicked on one of the links catagories.

    It's not in the SEFU format..but that's next - at least the link isn't failing.
    Version 1.3.7

 

 

Similar Threads

  1. Replies: 16
    Last Post: 2 May 2016, 05:14 AM
  2. Need help with ultimate_seo_url
    By yvonne8 in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 12 Jul 2008, 10:45 AM
  3. How to install Ultimate_SEO_URL module?
    By suman07 in forum All Other Contributions/Addons
    Replies: 1
    Last Post: 13 Dec 2007, 07:20 AM
  4. Replies: 1
    Last Post: 11 Jun 2007, 05:33 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