5 line alternative .htaccess – search not working
-
I am using boren’s handy 5 line alternative .htaccess file:
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.+)$ /index.php/$1Everything is working fine on the site, with the exception of WordPress search from any page except the homepage. On other pages I am seeing:
ht*p://www.site.com/index.php/category?s=search+terms
with “No results found”.
I’m wondering if anyone else has used the 5 line method and found a way to solve this.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘5 line alternative .htaccess – search not working’ is closed to new replies.