<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">Hi Luca,<div>really nice to hear from you and moreover to hear that the ZOO-Project and the </div><div>WPS-GRASS-Bridge are working well :)</div><div><div><div><br></div><blockquote type="cite"><div>-- /var/www/zoo/.htaccess<br><br>RewriteEngine on<br>RewriteRule (.*)/(.*) /cgi-bin/zoo_loader.cgi?metapath=$1 [L,QSA]<br>RewriteRule (.*) /cgi-bin/zoo_loader.cgi [L,QSA]<br><br>-- /usr/lib/cgi-bin/main.cfg<br><br>serverAddress = <a href="http://srvcarto.fmach.it/zoo">http://srvcarto.fmach.it/zoo</a><br>tmpPath = /var/www/tmp/<br>tmpUrl = ../tmp/<br><br></div></blockquote><br></div><div>Some details about the RewriteRule you set. If you planned to use a tmp directory </div><div>as subdirectory of the zoo directory where you put the .htaccess file, then you should </div><div>specify conditions to apply RewriteRules, using the RewriteCond directive.</div><div><br></div><div>For example, you can ensure that the file requested doesn't exist and is not a </div><div>directory as presented here [1]. So this way you can access subdirectories and any</div><div>existing files.</div><div><br></div><div>Hope it helps,</div><div>thanks again for providing feedbacks,</div><div>best regards,</div><br><div>
<span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Helvetica; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; font-size: medium; "><span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Helvetica; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; "><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div><span class="Apple-style-span" style="font-size: 12px; "><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; ">Gérald Fenoy</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; "><a href="mailto:gerald.fenoy@geolabs.fr"><span class="Apple-style-span" style="color: rgb(0, 0, 238); -webkit-text-decorations-in-effect: underline; ">gerald.fenoy@geolabs.fr</span></a></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; min-height: 14px; "><span class="Apple-style-span" style="font-size: medium;"><br></span></div></span></div></div></span></span></div><div><br class="webkit-block-placeholder"></div></div><div>[1] <a href="http://zoo-project.org/trac/wiki/ZooWebSite/ZooKernel/InstallationNew#ApacheZOO.htaccess">http://zoo-project.org/trac/wiki/ZooWebSite/ZooKernel/InstallationNew#ApacheZOO.htaccess</a></div></body></html>