Difference between revisions of "Talk:Web Application Redirect Tutorial"

From SME Server
Jump to navigationJump to search
m
(No difference)

Revision as of 14:28, 29 February 2008

This page isn't a good idea, this method has problems

http://wiki.contribs.org/Web_Application_RPM#Webserver_templates

>> note this causes side effects, another method is needed

the side effects, were odd things happening to the primary domain, which was difficult to define


a better method may be to create a whole new VirtualHost section, copy an existing section and see what needs to be changed.


<VirtualHost 0.0.0.0:80>
   ServerName NewDomain.net
   DocumentRoot         /opt/thingy/html
 <snip>