Page 1 of 1

Hopefully a simple xampp/apache question

PostPosted: 27. March 2014 19:50
by corespeed
I am helping a friend learn to do some work and setup an apache server for him and used xampp. The problem (if it is even a problem) is that I cannot access the Xampp admin page now that has all of the handy links to the php admin etc.

The example here is,

In httpd.conf they set the root to xampp/htdocs/websiteherefolder/

So if I go to the url it serves from xampp/htdocs/websiteherefolder/


I can get to localhost/security and get the security page but I do not know how to get it so I can browse to the admin page.


I want to be able to just go to localhost/admin or domain/admin it reach that page.

Re: Hopefully a simple xampp/apache question

PostPosted: 28. March 2014 07:55
by Altrea
Why did you edit the default DocumentRoot and not define virtual hosts?