LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   phpMyAdmin can't get it to my http folder (https://www.linuxquestions.org/questions/linux-newbie-8/phpmyadmin-cant-get-it-to-my-http-folder-566691/)

shorto 07-04-2007 05:42 PM

phpMyAdmin can't get it to my http folder
 
OK the title is pretty weird, so let me explain. I have just finished installing my new server that is mostly used as a router. Now i have installed Apache and MySql and since I'm used to having the http folder in my /home/user/public_html/ folder i did just that and apache works fine, I also installed mySql that seems to be working fine (I have no idea how to test it without phpmyadmin) but now that I tryed to install phpmyadmin I looked at 6 tutorials and they all say just type apt-get install phpmyadmin and then go to http://domain.com/phpmyadmin, but if I type this i just get the folder not found on this server error, I tryed to do something witht the config (i'll paste te code a little further down) actually I just tryed to point it at my http directory but it didn't work, so I would like to ask for assistence, here are all the config that came with phpmyadmin, and since I have your attention could somebody tell em how to set up a mysql password all i did was just type apt-get again and well that's about it:

Code:

# Configure everything with /etc/phpmyadmin/htaccess file

<Directory /usr/share/phpmyadmin/>
    AllowOverride All
</Directory>

<Directory /home/shorto/public_html/phpmyadmin/>
    AllowOverride All
</Directory>


# Protect some directories

<Directory /var/lib/phpmyadmin/>
    Options -FollowSymLinks
    AllowOverride None
    Order deny,allow
    Deny from all
</Directory>

<Directory /usr/share/phpmyadmin/config/>
    Options -FollowSymLinks
    AllowOverride None
    Order deny,allow
    Deny from all
</Directory>

<Directory /var/www/phpmyadmin/config/>
    Options -FollowSymLinks
    AllowOverride None
    Order deny,allow
    Deny from all
</Directory>

If you need anything else please let me know, oh i forgot I'm using Debian 4.0 Netinst version.

SlacUser 07-05-2007 11:18 AM

Did you install Apache with the modules for mysql and PHP??

shorto 07-06-2007 05:49 PM

Quote:

Originally Posted by SlacUser
Did you install Apache with the modules for mysql and PHP??

I just typed apt-get install apache ;(

almost000 07-06-2007 09:47 PM

webmin!!!
 
http://prdownloads.sourceforge.net/w..._1.350_all.deb I love this for MySQL. http://domain.com:10000/ after you install it. I think I got Myphpadmin working one time lol.

its also great for other things. too I hope this helps since I am not a debian user now. want to be but I am still learning fedora 7.


All times are GMT -5. The time now is 08:38 AM.