Possible Duplicate:
Apache virtual host based on source IP
For a certain visitor, identified by an IP, how to server contents from different DocumentRoot?
For a certain visitor, identified by an IP, how to server contents from different DocumentRoot?
| |||
|
feedback
|
This question covers exactly the same ground as earlier questions on this topic; its answers may be merged with another identical question. See the FAQ for guidance on how to improve it.
|
Changing the document root according to IP is not very efficient, and to my knowledge, not possible. But you can include your various versions of the web site in the document root, and use mod_rewrite rules to serve the proper version according to client IP.
| ||||
|
feedback
|