-
Notifications
You must be signed in to change notification settings - Fork 36
Open
Description
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
Labels
No labels