apache上のphpmyadminの設定

###############################################################################
#    phpMyAdmin
###############################################################################
Alias /phpmyadmin "E:/usr/share/php/phpMyAdmin-3.3.3-all-languages"
<Directory "E:/usr/share/php/phpMyAdmin-3.3.3-all-languages">
    Options Indexes FollowSymLinks ExecCGI
    AllowOverride All
    Order allow,deny
    Allow from all
    
   ScriptInterpreterSource Registry-Strict
   DirectoryIndex index.cgi index.html index.php
</Directory>