I do PHP hosting with apache. I have a * IN A record in my BIND. my users reach his/her sites username.mydomain.com . I want to put his/her sites in a frame. How can I do this? I tried with mod_rewrite, but its starting to rewrite recursively.
I have the http.conf the following lines:
VirtualDocumentRoot /foo/bar/virtual/%2+/%1.1/%1
this means that my users (username.mydomain.com) put the directory:
/foo/bar/virtual/mydomain.com/u/username
I want to set my users pages in FRAME, like example (http://proba1980.uw.hu)
example
(comment: save the url to your HDD and open the HTML with an editor to see the frames)
How can I do this????