+ Reply to Thread
Results 1 to 3 of 3

Thread: 404 Not Found from filter addon

  1. #1

    404 Not Found from filter addon

    Google crowlers posts several errors and this is one of them http://www.piese-laptop.ro/ro/ex.php...memorie-ram:5/ . from what i can see it is based on the filters addon and if i check manualy via the filter box, the link will be http://www.piese-laptop.ro/laptopuri...memorie-ram:5/ . this applies in many other case so why the diference?

  2. #2
    Flynax developer John's Avatar
    Join Date
    Oct 2009
    Posts
    606
    Hi Patrice,
    To be honest I don't know where google gets such link with domain.com/index.php, your website uses apache mod_rewrite and all links
    on the website have html extension, but google found link like this somewhere: domain.com/index.php?blablabla and use it.
    Anyway I can share simple fix for this issue:

    1. open index.php line ~170
    2. find the code:
    Code:
    Only registered members can view the code.
    3. replace with this code:
    Code:
    Only registered members can view the code.
    John

  3. #3
    ok. have made the replacement and now will see if more errors will come

+ Reply to Thread