I've got the following in htaccess:
Code: Select all
RewriteEngine on
RewriteRule ^(.*)\.html ./index.php?id=$1
RewriteRule ^(.*)\.htm ./index.php?idsub=$1It's a simple one, but I don't know the answer, so can somebody give me a nudge in the right direction?
Cheers