Skip to content

Pagination and search do not work with permalinks #49

@c-pohl

Description

@c-pohl

Hi everyone,

I am falling into despair over a longterm issue I have with WP-Filebase.

Using Permalinks to structure the sites URLs will break the pagination and search functionality of WP-Filebase: http://kzfss.uni-koeln.de/staging
Does anyone have a idea, what is going on here?

This is our .htaccess:

# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>

# END WordPress
# RewriteCond %{QUERY_STRING} \\?s=([^&]+) [NC]
# RewriteRule ^$ /search/%1/? [NC,R,L]

All the best and thanks
Christopher

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions