Apache & php + multiple sites

Hey there
i recently got tired of IIS 5.1 (booo)
mainly because i could not have more than 1 website at a time…
so i installed Apache (works perfectly, can view any website on server)
and then installed latest php version. ive tried both msi installer and zip files
right now i have mix, as i when just moving zip files to C:/php and using the recomended php.ini cant get it to work, i installed php msi self installer on top of it ( to same directory) in hopes of it using the apache dlls and stuff with the self installer ( as they dont come with it)
I have added the lines to apache config file as they were described in the php install txt

now when i try to run any .php files it dont work…
i get this error when trying to open phpMyAdmin (to just see if php works)

Forbidden

You don’t have permission to access /phpMyadmin69/ on this server.
Apache/2.0.53 (Win32) PHP/5.0.4 Server at xew.mine.nu Port 80

now im wondering what i can do to make it work :slight_smile:
you can visit site at
xew.mine.nu and phpmyadmin error page at xew.mine.nu/phpmyadmin69
just added the 69 to the end causs i havent figured out how to add password to it yet =P

now to my second question…
in IIS 6.xx you can have multiple websites on the same computer…
it separates em by what DNS you come in off ex
xew.mine.nu opens webserver/site1/
oga.oga.com open webserver/site2/
and so on
how do i do this on apache?

//Thanks VoS
running win xp
and config files are … here
http://xew.mine.nu/conffiles.zip

you can have multiple go to dyndns.com and reqister!

Chris, those are just dynamic domains, having multiple sites means having multiple host directories, not just different folders in the same server:)