404 when going to /phpmyadmin/

Followed this post
Added needed modifications

  1. List item
  2. Restarted nginx
  3. Still 404

nano /etc/apache2/conf.d/ip.conf

# And add the code before both </VirtualHost>
IncludeOptional /etc/apache2/conf.d/*.inc

# Restart apache2
systemctl restart apache2

# Or add in /etc/apache2.conf
IncludeOptional /etc/apache2/conf.d/*.inc

You need to include them in the block

Which block?

Both…

Added + restarted.
Still 404

I have no idea why it is not working it should work fine…

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.