mysql - The requested URL /phpmyadmin was not found on this server -
error occurring when opening www.mysite.com/phpmyadmin
not found
the requested url /phpmyadmin not found on server.
apache/2.2.22 (ubuntu) server @ myclassbook.in port 80
i using digitalocean server hosting services.
i have completed installation of apache2, mysql, php , phpmyadmin.
i have inserted link /etc/apache2/apache2.conf , servername localhost apache2.conf file.
include /etc/phpmyadmin/apache.conf
but still not working.
my hosts file
127.0.0.1 localhost
12.23.53.342 mysite.com
my 000-default file
serveradmin webmaster@localhost servername mysite.com
documentroot /var/www/mcb/public <directory /> options followsymlinks allowoverride </directory> <directory /var/www/mcb/public/> options indexes followsymlinks multiviews allowoverride order allow,deny allow </directory> scriptalias /cgi-bin/ /usr/lib/cgi-bin/ <directory "/usr/lib/cgi-bin"> allowoverride options +execcgi -multiviews +symlinksifownermatch order allow,deny allow </directory> errorlog ${apache_log_dir}/error.log # possible values include: debug, info, notice, warn, error, crit, # alert, emerg. loglevel warn customlog ${apache_log_dir}/access.log combined alias /doc/ "/usr/share/doc/" <directory "/usr/share/doc/"> options indexes multiviews followsymlinks allowoverride order deny,allow deny allow 127.0.0.0/255.0.0.0 ::1/128 </directory>
please help!!!! going wrong???
thanks friend...
create symbolic terminal: (it works me)
sudo ln -s /usr/share/phpmyadmin /var/www/html/phpmyadmin
Comments
Post a Comment