Thanks but furhter help required
Hi aj_nsc
Thanks for the tip. Stupid of me.
Also trying to reslove the following dynamic redirect. I've added code the htaccess file to test 1 redirect of:
www.example.com/vessels.php?p=leviathon
to
www.example.com/leviathan.php
with the following code:
RewriteEngine On
RewriteCond %{QUERY_STRING} ^p=leviathon$
RewriteRule ^/vessels.php$ http://www.example.com/leviathan.php? [L,R=301]
but for some reason it's NOT working??
I'm new to this so any help would be appreciated
Thanks :)