Config Problem for Wordpress 2.5

Kiril Angov kupokomapa at gmail.com
Sun Apr 13 04:46:48 MSD 2008


You need some rewrite rules.

if (!-e $request_filename) {
  rewrite ^.+/?(/wp-.*) $1 last;
  rewrite ^.+/?(/.*\.php)$ $1 last;
  rewrite ^(.+)$ /index.php?q=$1 last;
}

Kiril

On Sat, Apr 12, 2008 at 8:41 PM, Todd HG <lists at ruby-forum.com> wrote:
> I am getting a 404 error.
>
>
>
>  --
>  Posted via http://www.ruby-forum.com/.
>
>





More information about the nginx mailing list