So I wanted that the site admin to preview the virtualsite without doing any change on the dns records of the domain. I solved this by making a soft link from one of my test sites pointing to the web dir of the virtualsite in question, Example: www.test.domain.com -> /home/.sites/1/site11 www.domain.com -> /home/.sites/2/site22
#cd /home/.sites/1/site11/web #ln -s /home/.sites/2/site22/web <linkname> So I can preview the virtualsite with the link http://www.test.domain.com/<linkname> Regards, Enid On Sat, Dec 12, 2009 at 9:20 PM, Franklin S Werren <[email protected] > wrote: > Well the easy way is to edit the hosts file in your computer > I do that all the time before I want a site to go live. > It is one line to add and there should be an example > > Frank > > > > > > Hi to all, > > > > Is it possible to preview the site into the BO GUI for a certain > > virtualsite? > > > > Or is there another way to preview the site without actually creating > > the DNS records for that site. > > > > Thanks, > > > > Enid > > ------------------------------------------------------------------------ > > > > _______________________________________________ > > Blueonyx mailing list > > [email protected] > > http://www.blueonyx.it/mailman/listinfo/blueonyx > > > > > -- > > Franklin S Werren [email protected] > www.chautauqualake.net > > Confidentiality Note: This email and any attachments are confidential and > may contain privileged information intended for the addressee(s) only. If > you are not the intended recipient, please notify us immediately and remove > the email and any attachments from your system without storing, disclosing > or copying all, or any part of it. The content of this email and attachments > may contain data that falls within the scope of the Data Protection Act > 1998. The unauthorized opening, use, recording, disclosure, copying or > alteration of this message is strictly forbidden under the Data Protection > Act 1998. > > > > > _______________________________________________ > Blueonyx mailing list > [email protected] > http://www.blueonyx.it/mailman/listinfo/blueonyx > >
_______________________________________________ Blueonyx mailing list [email protected] http://www.blueonyx.it/mailman/listinfo/blueonyx
