On Wed, Jul 28, 2010 at 8:27 PM, Narendra Sisodiya <[email protected]> wrote: > > > On Wed, Jul 28, 2010 at 5:44 PM, Abhishek Gupta > <[email protected]> wrote: >>> >>> @abhishek, what error does it give? >>> >> Not Found > > How you installl phpmyadmin ? > All you need to unzip phpmyadmin file in /var/www/ > or /var/www/html directory. > it should work. do not install via apt-get, it split files everywhere. > Also, do check the httpd.conf > paste the conf file somewhere and send us url > > -- > ┌─────────────────────────┐ > │ Narendra Sisodiya > │ http://narendrasisodiya.com > └─────────────────────────┘
In most cases, phpmyadmin from distro repositories gets installed in /usr/share/phpmyadmin So that may be a possible reason. If that's the case, make a symbolic link in your document root to /usr/share/phpmyadmin or whatever, and add Options +FollowSymLinks in .htaccess or httpd.conf in the directory where you have linked it. I.e., if /var/www/phpmyadmin links /usr/share/phpmyadmin, you should have an .htaccess at /var/www/.htaccess which says: Options +FollowSymLinks -- Regards, Nilesh Govindarajan Facebook: http://www.facebook.com/nilesh.gr Twitter: http://twitter.com/nileshgr Website: http://www.itech7.com VPS Hosting: http://www.itech7.com/a/vps -- l...@iitd - http://tinyurl.com/ycueutm
