You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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}!-fRewriteCond%{REQUEST_FILENAME}!-dRewriteRule./index.php[L]
</IfModule>
# END WordPress# RewriteCond %{QUERY_STRING} \\?s=([^&]+) [NC]# RewriteRule ^$ /search/%1/? [NC,R,L]
All the best and thanks
Christopher
The text was updated successfully, but these errors were encountered:
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/
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:
All the best and thanks
Christopher
The text was updated successfully, but these errors were encountered: