Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pagination and search do not work with permalinks #49

Open
c-pohl opened this issue Nov 25, 2016 · 1 comment
Open

Pagination and search do not work with permalinks #49

c-pohl opened this issue Nov 25, 2016 · 1 comment

Comments

@c-pohl
Copy link

c-pohl commented Nov 25, 2016

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

@c-pohl
Copy link
Author

c-pohl commented Nov 25, 2016

Ok, seems like I found the problem:
Pagination works on the provided example page (kzfss.uni-koeln.de/staging), but not on any page with deeper node, like kzfss.uni-koeln.de/materialien/anhaenge-und-tabellen/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant