Another rewrite and query string

Hallo,

I have problem to rewrite like this
RewriteCond %{QUERY_STRING} (.*)foto(.*)$
RewriteRule (.*) http://www.onet.pl/%1-%2

I want to rewrite adres like:
http://www.mywebsite.com/index.php?44foto55
to:
http://www.onet.pl/44-55

Can anybody help me ?

Thanks
Pawel R.
Pawel [ Sa, 05 Januar 2008 09:34 ] [ ID #1900339 ]

Re: Another rewrite and query string

> I have problem to rewrite like this
> RewriteCond %{QUERY_STRING} (.*)foto(.*)$
> RewriteRule (.*) http://www.onet.pl/%1-%2
>
> I want to rewrite adres like:
> http://www.mywebsite.com/index.php?44foto55
> to:
> http://www.onet.pl/44-55
>

Already solved this, should be:
RewriteCond %{QUERY_STRING} (.*)foto(.*)$
RewriteRule ^(.*)$ http://www.onet.pl/%1-%2/?

Pawel R.
Pawel [ Sa, 05 Januar 2008 13:51 ] [ ID #1900346 ]
Webserver » alt.apache.configuration » Another rewrite and query string

Vorheriges Thema: Requesting Book / Reference suggestion
Nächstes Thema: XAMPP: FileZilla no longer as service