-2

aim using amazon Linux before setup ssl

ip/phpmyadmin its working i am using ssl for lets-encrypt sudo certbot --apache use this command and add ssl for my all web sites now when i type https://ip/phpmyadmin i got this error

Your connection is not secure

so i click visit unsafe then i got this error

Not Found The requested URL /phpmyadmin/ was not found on this server.

and my os is cent os how can i fix this?

GHOST
  • 357

1 Answers1

0
sudo yum install epel-release

sudo yum install phpmyadmin

then try ip/phpmyadmin

if you got this error

You don't have permission to access /phpmyadmin/ on this server. here is the answer how to solve this

GHOST
  • 357