Re: OT: mod_rewrite question

2004-06-21 Thread Randal L. Schwartz
> "Thomas" == Thomas Klausner <[EMAIL PROTECTED]> writes: Thomas> Sorry for the offtopic post, but I thought somebody here just has to know Thomas> the answer to my problem... Thomas> I want to rewrite URIs (using Apache 1.31) from something like this Thomas> http://somehost/somedir/123.ht

Re: OT: mod_rewrite question

2004-06-21 Thread Vadim
> Hi! > > Sorry for the offtopic post, but I thought somebody here just has to know > the answer to my problem... > > I want to rewrite URIs (using Apache 1.31) from something like this > > http://somehost/somedir/123.html > > to > > http://somehost/somedir/view?id=123 > > I tried: > > Rewrite

OT: mod_rewrite question

2004-06-21 Thread Thomas Klausner
Hi! Sorry for the offtopic post, but I thought somebody here just has to know the answer to my problem... I want to rewrite URIs (using Apache 1.31) from something like this http://somehost/somedir/123.html to http://somehost/somedir/view?id=123 I tried: RewriteRule ^/(.*)/(.*).html$