CBG
04-22-2011, 01:23 PM
Hi,
I would like to rewite the following using .htaccess
From: index.php?page=allnews
To: news.php
But sometimes the from is like: index.php?page=allnews&results_per_page=20
I am not wanting the &results_per_page=20 bit put on to the new URL.
I have tried:
RewriteRule ^/index.php?{%QUERY_STRING}&page=allnews$ news.php [R=301,L]
Also tried using cPanel redirect system, but it wasn't including the ?page= bit so it was redirecting the index.php which I don't want.
Can anyone help please?
Thanks
I would like to rewite the following using .htaccess
From: index.php?page=allnews
To: news.php
But sometimes the from is like: index.php?page=allnews&results_per_page=20
I am not wanting the &results_per_page=20 bit put on to the new URL.
I have tried:
RewriteRule ^/index.php?{%QUERY_STRING}&page=allnews$ news.php [R=301,L]
Also tried using cPanel redirect system, but it wasn't including the ?page= bit so it was redirecting the index.php which I don't want.
Can anyone help please?
Thanks