I'm trying to have URLs of the following format:-
http://www.gerberfineart.co.uk/cgfa-exhibi...donald_clark_05
rewritten into this format :-
http://www.gerberfineart.co.uk/cgfa-exhibi...ld_clark_05.htm
but using the following code which I think should work.... I'm not getting any sign of .htaccess doing anything to the URL.
RewriteRule cgfa-exhibitions-q-(.*)\.html cgfa-exhibitions.php?q=$1
Any ideas where I might be going wrong?
Many thanks!