No problem - the way to do this is to add a rule to your .htaccess file to do a 301 redirect (moved permanently) to the correct URL. The following line does the trick:
RewriteRule ^merchant$ merchant/ [L,R=301]
Insert this rule immediately before the following line:
Hi Dave,
No problem - the way to do this is to add a rule to your .htaccess file to do a 301 redirect (moved permanently) to the correct URL. The following line does the trick:
RewriteRule ^merchant$ merchant/ [L,R=301]
Insert this rule immediately before the following line:
RewriteRule ^merchant/$ merchants.php
Cheers,
David.