Hi all
I am still struggling with a previous issue, I have decided to try and catch the problem on the new site as everything I tried on the old site has failed
I am using this
RewriteCond %{THE_REQUEST} ^[A-Z]{3,9}\ /\?num=4
RewriteRule (.*) [
newdomain.co.uk...] [R=301,L]
The walks folder has a rewrite rule
RewriteRule ^([^./]+)$ /walks/walk.php?title=$1 [L]
The browser address bar still shows
[
newdomain.co.uk...]
I would like it to show
[
newdomain.co.uk...]
How can I drop the query from the end?