Changes

From SME Server
Jump to navigationJump to search
m
categorisation
Line 1: Line 1:  +
{{Needs review}}
 +
{{Incomplete}}
 
== Web Application Redirect Tutorial ==
 
== Web Application Redirect Tutorial ==
      −
 
+
{{Warning box|The method outlined in this Howto, whilst being functional, may cause some as yet to be defined odd problems with the primary domain, so you are advised to use it with discretion. Further testing needs to be carried out to correctly identify the exact source and nature of these problems. Please test these modifications on your system and if you notice issues report them to the bugtracker. '''Work is continuing to develop a better method, see the discussion page.'''}}
{{Warning box|The method outlined in this Howto, whilst being functional, may cause some as yet to be defined odd problems with the primary domain, so you are advised to use it with discretion. Further testing needs to be carried out to correctly identify the exact source and nature of these problems. Please test these modifications on your system and if you notice issues report them to the bugtracker. Work is continuing to develop a better method, see the discussion page.}}
        Line 42: Line 43:     
It is taken from http://wiki.contribs.org/Web_Application_RPM  
 
It is taken from http://wiki.contribs.org/Web_Application_RPM  
Webserver Templates - a workaround to enable the application to be located in a domain or subdomain rootwith joomla
+
Webserver Templates - a workaround to enable the application to be located in a domain or subdomain root with joomla
    
  {
 
  {
Line 48: Line 49:  
   return "    # joomla-status is disabled.\n"
 
   return "    # joomla-status is disabled.\n"
 
           unless $status eq 'enabled';
 
           unless $status eq 'enabled';
 
+
 
   my $domain = $joomla{'domain'} || "disabled";
 
   my $domain = $joomla{'domain'} || "disabled";
 
   return "    # no hostname or domain for joomla defined\n"
 
   return "    # no hostname or domain for joomla defined\n"
 
           if $domain eq 'disabled';
 
           if $domain eq 'disabled';
 
+
 
   my $DocRoot = "/opt/joomla";
 
   my $DocRoot = "/opt/joomla";
 
+
 
   $OUT  = "";
 
   $OUT  = "";
 
   $OUT .= "\n";
 
   $OUT .= "\n";
Line 165: Line 166:  
----
 
----
 
[[Category:Howto]]
 
[[Category:Howto]]
 +
[[Category:Development Tools]]

Navigation menu