do:
nginx web-server
link %postname%
nginx.conf
if (!-f $request_filename){
set $rule_1 1$rule_1;
}
if (!-d $request_filename){
set $rule_1 2$rule_1;
}
if ($rule_1 = “21”){
rewrite /. /index.php last;
}
Hm, I’m not terribly familiar with nginx, unfortunately. Could the fact that “Apache” is mentioned in the 404 page be an indication that nginx isn’t serving up that page?
Otherwise, if you haven’t already, it might be good to see whether pretty URLs are working for blog posts or not, as that might indicate a larger issue.
It might also be worthwhile to try other rewriting approaches. This looks like it might be promising. (Be sure to restart nginx after making a change, of course.)
Let me know if any of this helps; I’d be interested to see what the issue is here.
Best,
Tom
To the programmer of Front End User.
My name is Rick Maltese. I’m working on a site called http://mypbn.ca
I tried the profile page and it also goes to 404 and pretty permalinks is enabled. I’m using Netfirms as a host. Have you discovered any plugins that disable your plugin?