Hi,
I'm running Litespeed Web Server Standard v3.3.19 and Wordpress 2.6.2, and here are the rewrite rules I have in my Litespeed Virtual Host:
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
I took them from a previous installation on Apache, and they work, allowing Wordpress's pretty permalinks.
The problem is that absolutely everything is rewritten. Nothing ever goes to 404. Any string at all after the domain is rewritten as a directory, and then Wordpress serves up an empty page for it.
Any ideas? I'm looking at the rewrite logs and can't really make head or tail of it.
Thanks!
I'm running Litespeed Web Server Standard v3.3.19 and Wordpress 2.6.2, and here are the rewrite rules I have in my Litespeed Virtual Host:
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
I took them from a previous installation on Apache, and they work, allowing Wordpress's pretty permalinks.
The problem is that absolutely everything is rewritten. Nothing ever goes to 404. Any string at all after the domain is rewritten as a directory, and then Wordpress serves up an empty page for it.
Any ideas? I'm looking at the rewrite logs and can't really make head or tail of it.
Thanks!