Hello Resin Gurus! I'm new to Resin and I have a complicated question. How to implement this mod_rewrite rule with Resin?
RewriteEngine On Options +FollowSymlinks RewriteBase / RewriteRule ^([^.]+)$ ?vars=$1 [QSA] In human words I want Resin to threat: www.somewebsite.com/ufo/came/here/and/wrote/this As: www.somewebsite.com?vars=/ufo/came/here/and/wrote/this Please note, this rule shouldn't care about urls like: www.somewebsite.com/ufo/came/here/and/wrote/this.jsp ie do not rewrite url's containing a . (dot) mark PS I know about this: http://www.caucho.com/resin-3.1/doc/rewrite-tags.xtp#rewrite But I just can't make it work myself because I'm a noob :-) Thank you, Resin Gurus! -- View this message in context: http://www.nabble.com/URL-Rewriting-with-Resin-tf4823563.html#a13800535 Sent from the Resin mailing list archive at Nabble.com. _______________________________________________ resin-interest mailing list [email protected] http://maillist.caucho.com/mailman/listinfo/resin-interest
