-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
  • 347
  • 2
    Possible off-topic question. Cent OS is not Ubuntu, nor an official flavor of Ubuntu thus off-topic on this site (refer https://askubuntu.com/help/on-topic) - Please ask on a Cent OS forum, or SE's Unix & Linux Q&A site... – guiverc Sep 20 '18 at 06:10
  • i know but i post here if some know how to fix they will help me – GHOST Sep 20 '18 at 07:23

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
  • 347