Having trouble setting this up with myself, so if someone can re-write the urls for me would be much appreciated. It is for a wordpress site page using a custom template page. Contact via PM, people who know what they are doing. Kind Regards
Simply put, Apache scans all incoming URL requests, checks for matches in our .htaccess file and rewrites those matching URLs to whatever we specify. something like this.. all requests to whatever.htm will be sent to whatever.php: Options +FollowSymlinks RewriteEngine on RewriteRule ^(.*)\.htm$ $1.php [NC]