Config Problem for Wordpress 2.5

Todd HG lists at ruby-forum.com
Sun Apr 13 10:06:49 MSD 2008


Kiril Angov wrote:
> You need some rewrite rules.
> 
> if (!-e $request_filename) {
>   rewrite ^.+/?(/wp-.*) $1 last;
>   rewrite ^.+/?(/.*\.php)$ $1 last;
>   rewrite ^(.+)$ /index.php?q=$1 last;
> }
> 
> Kiril

Still getting the same 404 error with those rewrite rules. I am not 
using wp-cache or supercache.
-- 
Posted via http://www.ruby-forum.com/.





More information about the nginx mailing list