hi,
i'm coming from apache and want to change to resin completely since there is no
need for this intermediate any more.
the only thing i haven't figured out yet is how to use resin's
<rewrite-dispatch>. we use apache's rewrite-rules to use user friendly url's. we
have this e.g.:
RewriteEngine on
RewriteCond /usr/local/www/services/apache/html%{REQUEST_FILENAME} !-f
RewriteCond %{QUERY_STRING} .*
RewriteCond %{REQUEST_FILENAME} !.gif$
RewriteCond %{REQUEST_FILENAME} !.jpg$
RewriteCond %{REQUEST_FILENAME} !.js$
RewriteCond %{REQUEST_FILENAME} !.css$
RewriteRule ^(.+)$ $0#%0 [C]
RewriteRule ^([^#]+)#(.*)$ /index.jsp?pathinfo=$1&$2 [PT,L]
is there a way to accomplish this with resin's <rewrite-dispatch>?
best regards, --- jan.
_______________________________________________
resin-interest mailing list
[email protected]
http://maillist.caucho.com/mailman/listinfo/resin-interest