If the .htaccess file is supposed to be in the directory where the phpMyAdmin is installed, does there need to be an entry in the httpd.conf, or in my case the vhosts.conf, file to point to that directory and not the root of that website?
So for example:
<directory /usr/local/www/vhosts/domain.com/htdocs/phpMyAdmin>
allowoverride all
</directory>
The reason I am asking this is because when I put the .htaccess file in the link above minus "phpMyAdmin" it worked. However, I cannot log in when the .htaccess file is moved to phpMyAdmin directory.
So for example:
<directory /usr/local/www/vhosts/domain.com/htdocs/phpMyAdmin>
allowoverride all
</directory>
The reason I am asking this is because when I put the .htaccess file in the link above minus "phpMyAdmin" it worked. However, I cannot log in when the .htaccess file is moved to phpMyAdmin directory.