Categories

Sunday 18 November 2012

the requested url /phpmyadmin was not found on this server webmin in debian

Hello,

 If you found the error as the requested url /phpmyadmin was not found on this server,then please try to do the following steps.


First re-congigure the installed phpmyadmin,
sudo dpkg-reconfigure -plow phpmyadmin
Select the required web server from the option l(apache or litespeed)


Then
sudo ln -s /etc/phpmyadmin/apache.conf /etc/apache2/conf.d/phpmyadmin.conf
sudo /etc/init.d/apache2 reload

If still the problem exists then please check the file

/etc/httpd/conf.d/phpmyadmin.conf
insert the following in the conf

Alias /phpmyadmin /var/www/html/phpMyAdmin
<Directory "/var/www/html/phpMyAdmin">
Options FollowSymLinks
AllowOverride None
Order allow,deny
Allow from all
SSLRequireSSL
</Directory>

add an alias for phpmyadmin

Regards


No comments:

Post a Comment

Ad