Simple HTACCESS file REWRITE needed

Matthew,

You have two options:

  1. Tell Apache to serve your .htm files as PHP scripts

OR

  1. Use Apache’s mod_rewrite to check for the existence of a PHP script with the same name and redirect to that script if it exists. If you need code for that, check the examples at http://dk.co.nz/seo.

Regards,

DK