Skip to content

Instantly share code, notes, and snippets.

@manishprajapatidev
Created June 5, 2020 06:06
Show Gist options
  • Save manishprajapatidev/9a4f050cab025f26eac3dd7c8a16303a to your computer and use it in GitHub Desktop.
Save manishprajapatidev/9a4f050cab025f26eac3dd7c8a16303a to your computer and use it in GitHub Desktop.
Allow access to phpmyadmin from localhost only
<Directory /usr/share/phpmyadmin>
Require ip 127.0.0.1
Options FollowSymLinks
DirectoryIndex index.php
</Directory>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment