How do I modify my .htaccess file to allow access to the phpMyAdmin folder? When I enter domain.com/phpMyAdmin I get a wordpress error instead.
Thanks
Brad
How do I modify my .htaccess file to allow access to the phpMyAdmin folder? When I enter domain.com/phpMyAdmin I get a wordpress error instead.
Thanks
Brad
I am able to get to phpMyAdmin if I remove htaccess but of course, that shuts down the site. I'd like to be able to manage the database without having to take the site down. Surely I am not the first person to use wpmu with phpMyAdmin...
add an htaccess to the phpmyadmin folder that shuts the rewrite rules off, or changes them to whatever is needed specifically for that directory.
Thanks very much