<br><div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">## Apache Configuration<br># Change as needed for your system.<br><br>#AddHandler fastcgi-script fcgi
<br>AddHandler fcgid-script fcgi&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;# fcgid is better than fastcgi, but not<br>comming with every apache installation<br>AddHandler cgi-script cgi rb<br><br># Redirect all requests not available on the filesystem<br>
# to Nitro. By default the cgi dispatcher is used which<br># is very slow. For better performance replace the<br># dispatcher with the fastcgi one<br>#<br># Example:<br>#&nbsp;&nbsp; RewriteRule ^(.*)$ dispatch.cgi [QSA,L]<br>#&nbsp;&nbsp; RewriteRule ^(.*)$ 
dispatch.fcgi [QSA,L]<br><br>RewriteEngine On<br>RewriteRule ^$ index.html [QSA]<br>RewriteRule ^([^.]+)$ $1.html [QSA]<br>RewriteCond %{REQUEST_FILENAME} !-f<br>RewriteRule ^(.*)$ dispatch.fcgi [QSA,L]<br><br># In case Nitro experiences terminal errors.
<br># Instead of displaying this message you can supply a<br># file here which will be rendered instead.<br>#<br># Example:<br>#&nbsp;&nbsp; ErrorDocument 500 /500.html<br><br>ErrorDocument 500 &quot;&lt;h2&gt;Application error&lt;/h2&gt;Nitro failed to start
<br>properly.&quot;<br><br></blockquote></div><br>Thanks for posting this .... i wasn&#39;t 100% sure about my .htaccess but it is very similar to yours.<br><br>Kartesus<br>