• Resolved mperschen

    (@mperschen)


    Hi, first of all, great plugin, the functions are exactly what I needed.
    I’m experiencing one problem, which maybe has a solution which I’m just too blind or stupid to see.
    Somehow Search & Filter does not seem to use the costum permalink settings. Due to testing the website on a local WAMP Server the permalinks all have an index.php in them.
    Example:
    If filtered with the stock WordPress filter function the link looks like this: http://localhost/testsite/index.php/category/test/

    If filtered with S & F it looks like this: http://localhost/testsite/category/test/

    The later leads to an error page. Would be great if there’s a workaround. If it’s simply not possible to run it like that would be valuable information too.

    Thanks in advance!

    https://ww.wp.xz.cn/plugins/search-filter/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter mperschen

    (@mperschen)

    Actually just found a workaround myself. Had to change some of the properties of the Apache httpd.conf file. Simply enabled mo_rewrite by removing the hashtag in the line LoadModule rewrite_module modules/mod_rewrite.so and aditionally (didn’t do that in the first place) changing the line “AllowOverride none” to “AllowOverride all”.

    That allowed me to remove the index.php from the costum permalinks setting but did not change S & F not taking the costum permalinks no matter what. Still it worked for me and again I’m probably just not skilled enough to find the solution for the later.

    Best regards!

    Plugin Author Ross Morsali

    (@designsandcode)

    Thanks for the update!

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Problem with permalinks’ is closed to new replies.