    <rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:content="http://purl.org/rss/1.0/modules/content/">
     <channel>
        <title>2skies.com :: OTRS rewrite rule with Lighttpd</title>
        <link>http://2skies.com/docs/OTRS_rewrite_rule_with_Lighttpd</link>
        <description>Hosting-Development-Support :: Experience the difference</description>
        <dc:language>en-us</dc:language> 
        <dc:creator>Administrator</dc:creator> 
        <admin:generatorAgent rdf:resource="http://www.xaraya.org" /> 
        <admin:errorReportsTo rdf:resource="mailto:support@2skies.com" />
       <sy:updatePeriod>hourly</sy:updatePeriod>
       <sy:updateFrequency>1</sy:updateFrequency>
       <docs>http://backend.userland.com/rss</docs>

<!-- show a header for the current publication type -->
        <h2>library</h2>


<div class="xar-mod-head"><span class="xar-mod-title">web development and webmaster best practice + lighttpd</span></div>

<table border="0" cellpadding="1" cellspacing="0">
<tr>
    <td valign="top">
        Browse in :
   </td>
   <td valign="top">

                                    <a href="http://2skies.com/docs/">All</a>

                 &gt;                     <a href="http://2skies.com/docs/c43/">Documentation</a>

                 &gt;                     <a href="http://2skies.com/docs/c68/">knowledge base</a>
<br />

                                    <a href="http://2skies.com/docs/">All</a>

                 &gt;                     <a href="http://2skies.com/docs/c71/">Subject</a>

                 &gt;                     <a href="http://2skies.com/docs/c73/">Software</a>

                 &gt;                     <a href="http://2skies.com/docs/c74/">lighttpd</a>
<br />

                                    <a href="http://2skies.com/docs/c68-74/">Any of these categories</a>

                -                    <a href="http://2skies.com/docs/c68+74/">All of these categories</a>
<br />
</td>
</tr>
</table>






<div class="xar-alt-outline xar-fullwidth">
    <div class="xar-accent-outline xar-fullwidth">
        <table width="100%" border="0" cellspacing="0" cellpadding="0" align="center">
            <tr>
                <td align="left" valign="top" class="xar-normal">
                    <span class="xar-title"> OTRS rewrite rule with Lighttpd</span>
                   <br />
                    <div align="right">
                        <span class="xar-sub">  </span>
                    </div>
                    <br />
                    <br />
                    <p>First, make sure you have mod_rewrite loaded:</p>
<pre class="c#">server.modules =+ (&quot;mod_rewrite&quot;)<br /></pre>
<p>Then we'll need to add this:</p>
<pre class="c#">$HTTP[&quot;host&quot;] == &quot;otrs.opensu.se&quot; {<br />url.rewrite = ( &quot;^/$&quot; =&gt; &quot;/otrs&quot; )<br />alias.url += (<br />&quot;/otrs-web&quot; =&gt; &quot;/opt/otrs/var/httpd/htdocs&quot;,<br />&quot;/otrs&quot;     =&gt; &quot;/opt/otrs/bin/cgi-bin&quot;,<br />)<br />$HTTP[&quot;url&quot;] =~ &quot;^/otrs/&quot; {<br />cgi.assign = (&quot;&quot; =&gt; &quot;&quot;)<br />index-file.names = (&quot;index.pl&quot;)<br />}<br />debug.log-request-handling = &quot;enable&quot;<br />}<br /></pre>                    <br />
                    <span class="xar-quote">  </span>
</td>
           </tr>
       </table>
   </div>
</div>

<p>
Updated:  05 Apr 10 07:31</p>
<br />
   <table border="0" width="95%">
       <tr>
           <td align="left">
                    <a href="http://2skies.com/docs/Multiple_php_pools_and_their_advantages">&lt;
 prev </a>
&nbsp;
           </td>
           <td align="right">
               &nbsp;
                    <a href="http://2skies.com/docs/webmaster_housekeeping">
 next &gt;</a>
</td>
       </tr>
   </table>
</channel>
</rss>
