Welcome! Log In Create A New Profile

Advanced

cant access phpmyadmin with LNMP setup

March 23, 2012 10:45PM
I installed phpmyadmin in "/home/wwwroot/pma" and wordpress under "/home/wwwroot"
but when I try to login to phpmyadmin, after i entered the password and username, it redirected me to my home page(which is served from wordpress)
here is the screenshot of login similar to mine (except mine is in english) : http://bbs.vpser.net/attachment.php?aid=826&noupdate=yes
below is the rewrite rule for wordpress:

location / {
if (-f $request_filename/index.html){
rewrite (.*) $1/index.html break;
}
if (-f $request_filename/index.php){
rewrite (.*) $1/index.php;
}
if (!-f $request_filename){
rewrite (.*) /index.php;
}
}

can anyone help me and see what is wrong, really need phpmyadmin to manage the database. thank you
Subject Author Posted

cant access phpmyadmin with LNMP setup

rapwaydown March 23, 2012 10:45PM

Re: cant access phpmyadmin with LNMP setup

rapwaydown March 24, 2012 12:35AM



Sorry, only registered users may post in this forum.

Click here to login

Online Users

Guests: 273
Record Number of Users: 8 on April 13, 2023
Record Number of Guests: 421 on December 02, 2018
Powered by nginx      Powered by FreeBSD      PHP Powered      Powered by MariaDB      ipv6 ready