![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
RewriteEngine On RewriteCond %{HTTP_HOST} ^sub\.domain\.nl\/zoek.pl\?query\=(.*)$ RewriteRule (.*) http://sub.domain.nl/zoek.php?query=$1 [R=301,L] I tryed again some variants but it doesn't look like apache rewriting and me are going to be a team ![]() |
#3
| |||
| |||
|
|
"Fikkie" <pascal.beyens (AT) gmail (DOT) com> wrote: RewriteEngine On RewriteCond %{HTTP_HOST} ^sub\.domain\.nl\/zoek.pl\?query\=(.*)$ RewriteRule (.*) http://sub.domain.nl/zoek.php?query=$1 [R=301,L] I tryed again some variants but it doesn't look like apache rewriting and me are going to be a team ![]() Afaik, the qs can be left out of the equation, ie: RewriteCond %{HTTP_HOST} ^sub\.domain\.nl\/zoek.pl$ RewriteRule (.*) http://sub.domain.nl/zoek.php [R=301,L] If that doesn't work, try: RewriteCond %{HTTP_HOST} ^sub\.domain\.nl\/zoek.pl(.*)$ RewriteRule (.*) http://sub.domain.nl/zoek.php$1 [R=301,L] -- John Freelance Perl programmer: http://castleamber.com/ Quick Bookmarks:http://johnbokma.com/firefox/quick-l...bookmarks.html |
#4
| |||
| |||
|
|
Nothing works ... Does it have some time needed to do the rewrite? Some minuts before the rule gets active? |
#5
| |||
| |||
|
|
Nothing works ... Does it have some time needed to do the rewrite? Some minuts before the rule gets active? |
#6
| |||
| |||
|
|
On Thu, 06 Jul 2006 19:34:49 +0200, Fikkie <pascal.beyens (AT) gmail (DOT) com> wrote: Nothing works ... Does it have some time needed to do the rewrite? Some minuts before the rule gets active? Should work immediately. Are you sure that mod_rewrite works at all? Best, Borek -- http://www.chembuddy.com http://www.ph-meter.info/pH-measurements-indicators http://www.terapia-kregoslupa.waw.pl |
#7
| |||
| |||
|
|
"Fikkie" <pascal.beyens (AT) gmail (DOT) com> wrote: Nothing works ... Does it have some time needed to do the rewrite? Some minuts before the rule gets active? Make sure you really make your browser refresh/reload. It can indeed be frustrating :-) |
![]() |
| Thread Tools | |
| Display Modes | |
| |