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/.