diff options
Diffstat (limited to 'testing/phpmyadmin/phpmyadmin.apache2.conf')
-rw-r--r-- | testing/phpmyadmin/phpmyadmin.apache2.conf | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/testing/phpmyadmin/phpmyadmin.apache2.conf b/testing/phpmyadmin/phpmyadmin.apache2.conf new file mode 100644 index 0000000000..1c1a5f6498 --- /dev/null +++ b/testing/phpmyadmin/phpmyadmin.apache2.conf @@ -0,0 +1,7 @@ +Alias /phpmyadmin "/usr/share/webapps/phpmyadmin" +<Directory "/usr/share/webapps/phpmyadmin"> + AllowOverride All + Options FollowSymlinks + Order allow,deny + Allow from all +</Directory> |