No nice Permalinks with Wordpress
Salem
nginx-forum at nginx.us
Wed Nov 23 04:31:07 UTC 2011
Hello,
after days of testing i don't find a way to use short permalinks with
Wordpress, i can only configure URLS with /index.php/xxx in it, not sure
why.
The rewrite-rules are there, but wordpress ignores them.
I tried
try_files $uri $uri/ /index.php?$args;
and
try_files $uri $uri/ /index.php?q=$request_uri;
(both inside location / {}
If i try /xxx/ instead of /index.php/xxx/ i only see an "Nothing found
for xxx" error from wordpress.
Is there any way to fix this? I found many faqs but i don't find my
problem :-(
Thanks
Posted at Nginx Forum: http://forum.nginx.org/read.php?2,218771,218771#msg-218771
More information about the nginx
mailing list