Question
phpmyadmin not access able from remote (outside)
phpmyadmin not access able from remote (outside) i cannot access it i get 404 error
my phpmyadmin rahim soft
my configuration file is as
;
Alias /phpMyAdmin /usr/share/phpMyAdmin
Alias /phpmyadmin /usr/share/phpMyAdmin
<Directory /usr/share/phpMyAdmin/>
Order Deny,Allow
Deny from All
</Directory>
’
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
×