Under the Server General Tab I have the following in Apache Style Configurations:
Alias /phpMyAdmin /home/phpMyAdmin/
<Directory "/home/phpMyAdmin">
Options Indexes FollowSymLinks
DirectoryIndex index.php
Order allow,deny
Allow from all
</Directory>
Problem is, I keep getting 404's and I'm not sure what I'm doing wrong.
Alias /phpMyAdmin /home/phpMyAdmin/
<Directory "/home/phpMyAdmin">
Options Indexes FollowSymLinks
DirectoryIndex index.php
Order allow,deny
Allow from all
</Directory>
Problem is, I keep getting 404's and I'm not sure what I'm doing wrong.