Changes

From SME Server
Jump to navigationJump to search
m
Line 121: Line 121:  
I haven't tested it, but I assume if you had no VirtualDomains defined and set the Primary Domain to be redirected you would still get the standard VirtualHost entry created and therefore still have access to server-manager etc. - [[User:Timn|Timn]] 12:54, 15 February 2010 (UTC)
 
I haven't tested it, but I assume if you had no VirtualDomains defined and set the Primary Domain to be redirected you would still get the standard VirtualHost entry created and therefore still have access to server-manager etc. - [[User:Timn|Timn]] 12:54, 15 February 2010 (UTC)
   −
I have also created a file 30WebappRedirect in the same folder as above with following content
+
I have also created a file 30DomWebappRedirect in the same folder as above with following content
 
  {
 
  {
 
     # vim: ft=perl:
 
     # vim: ft=perl:
Line 138: Line 138:  
         my $webappURL = <nowiki>''</nowiki>;
 
         my $webappURL = <nowiki>''</nowiki>;
 
         if (exists ${$webapp}{'URL'}) {
 
         if (exists ${$webapp}{'URL'}) {
             my $webappURL = ${$webapp}{'URL'};s
+
             my $webappURL = ${$webapp}{'URL'};
 
         }
 
         }
 
   
 
   

Navigation menu