cant access phpmyadmin with LNMP setup

rapwaydown nginx-forum at nginx.us
Sat Mar 24 04:35:15 UTC 2012


if i change the rewrite rule to the following, phpmyadmin will works
fine, but then some of my wordpress url will stop working.
location / {
                # This is cool because no php is touched for static
content
                try_files $uri $uri/ /index.php;
        }

Posted at Nginx Forum: http://forum.nginx.org/read.php?2,224316,224317#msg-224317



More information about the nginx mailing list