I will be using one hosting account with several domains parked on it along with a main domain name. I need to be able to show different content based on what domain is being accessed. So, my question is, how can I test this locally?

  • I have Vista
  • I use XAMPP

Any help with this would be greatly appreciated?

link|improve this question

69% accept rate
feedback

1 Answer

up vote 3 down vote accepted

You can define multiple domains in your hosts file.

you can find it C:\Windows\System32\drivers\etc

There are examples written there to help you understand, how it works. then create a page lets say index.php and parse the domain there and redirect it to relevant domain.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.