For Programmers: Free Programming Magazines  


Home > Archive > PHP SQL > January 2007 > phpMyAdmin









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author phpMyAdmin
Susanne

2007-01-07, 7:59 am

I have a server with my own domain and have created some users under
htdocs/users/. I have installed phpMyAdmin under htdocs/. Everything works,
but I can't open phpMyAdmin. I have made an alias in httpd.conf:

[KOD]
Alias /phpMyAdmin/ "C:/Program/Apache2/htdocs/phpMyAdmin/"
<Directory "C:/Program/Apache2/htdocs/phpMyAdmin">
Options Indexes MultiViews
AllowOverride None
Order allow,deny
Allow from all
</Directory>
[/KOD]

What is the solution?

Thanks
Susanne


Sponsored Links







Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive

Copyright 2008 codecomments.com