mysql - phpMyAdmin Error Code 403 -
system info:
synology nas 412+
phpmyadmin 4.4.7
mariadb 5.5.43
files located @ /volume1/web/phpmyadmin/
issue description:
logging phpmyadmin presented error code 403
error in processing request error code: 403 error text: forbidden
questions:
- what file need change
- where located
- how restart http server (if necessary) cmd
i know it's phpmyadmin permissions, can't seem see how or change.
got it. had .htaccess file in /web directory had been written ithemes security plugin. had disabled access. replaced file fresh copy found on wordpress forum. here's contents should want same.
# begin wordpress <ifmodule mod_rewrite.c> rewriteengine on rewritebase / rewriterule ^index\.php$ - [l] rewritecond %{request_filename} !-f rewritecond %{request_filename} !-d rewriterule . /index.php [l] </ifmodule> # end wordpress
Comments
Post a Comment