Skip to content

Instantly share code, notes, and snippets.

@FabienSalles
Created October 13, 2015 11:21
Show Gist options
  • Save FabienSalles/f440a5a15c9365aa2bc4 to your computer and use it in GitHub Desktop.
Save FabienSalles/f440a5a15c9365aa2bc4 to your computer and use it in GitHub Desktop.
Vhost PhpMyAdmin
Alias /phpmyadmin/ "/usr/share/phpmyadmin/"
<Directory /usr/share/phpmyadmin/>
Options Indexes FollowSymLinks MultiViews
AllowOverride None
Order allow,deny
Allow from all
</Directory>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment