|
Posted by ProgramGeek on 01/07/07 13:40
Try adding a / to the end of your Directory
<Directory "C:/Program/Apache2/htdocs/phpMyAdmin/">
does that help?
On Jan 7, 7:09 am, "Susanne" <ankungen2...@tele2.se> wrote:
> 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
Navigation:
[Reply to this message]
|