When I'm trying to run Phpmyadmin in the Nginx server i'm getting 403 Forbidden error.
I have tried this but not working
location /phpmyadmin {
index index.php;
}
I have deployed codeignitor code in the nginx server and I'm able to access the login page and after that if i try to login it is throwing error.
I came to know that I need to enable mod_rewrite in ngnix server.
Since...