|
well i do know your problem is probably this now
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
but not being to keen on how wordpress works, i have no immediate idea solution, i will poke around a bit
|