Skip to content

Instantly share code, notes, and snippets.

@serverok
Created February 12, 2020 07:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save serverok/8c5bc10b80634ec858276cbef7d7dbf6 to your computer and use it in GitHub Desktop.
Save serverok/8c5bc10b80634ec858276cbef7d7dbf6 to your computer and use it in GitHub Desktop.
Alias /phpmyadmin "/usr/serverok/phpmyadmin"
<Directory "/usr/serverok/phpmyadmin">
AllowOverride All
Options FollowSymlinks
Order allow,deny
Allow from all
<IfModule mod_authz_core.c>
<RequireAny>
Require all granted
</RequireAny>
</IfModule>
</Directory>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment