Configure Access/phpymadmin/actual access Yes content d:/wamp/apps/phpmyadmin4.1.14/phpmyadmin/,
Debugging for a long time, finally realized.
In fact, I originally phpmyadmin/is directly stored in the d:/wamp/apps/phpmyadmin4.1.14/, but found that can not be achieved, the final d:/wamp/apps/phpmyadmin4.1.14/all Move to the new phpMyAdmin folder in his own directory, and then copy the location ~ \.php$ to Location/phpmyadmin.
If there is a better way to achieve, welcome to the communication [email protected]
server {Listen 80;server_name localhost 127.0.0.1 192.168.100.*;root d:/localhost;index index.html Index.htm Index.php;autoindex on; Autoindex_exact_size off;autoindex_localtime on;location/phpmyadmin {root d:/wamp/apps/phpmyadmin4.1.14;location ~ \ . php$ {try_files $uri =404;fastcgi_pass 127.0.0.1:9000;fastcgi_index index.php;fastcgi_param SCRIPT_ FILENAME $document _root$fastcgi_script_name;include fastcgi_params; }} Location ~ \.php$ {try_files $uri =404;fastcgi_pass 127.0.0.1:9000;fastcgi_index Index.php;fastcgi_param script_filename $document _root$fastcgi_script_name;include fastcgi_params; } #error_page 404 /404.html;# Redirect Server error pages to the static Page/50x.html#error_page 500 502 50 3 504 /50x.html;location =/50x.html {root html;} Location ~/\. (Ht|svn|git) {Deny All;}}
Nginx configuration Implementation Apache's alias case