Hello
I would really apreciate some help.
I’m trying to do a simple .htaccess URL rewrite so all pages of my site read as the homepage eg [
mysite.com...] for example if I requested www.mysite.com/about.html it would still read as www.mysite.com. Can't get the code to work. Any help would very much appreciated.
Options +FollowSymlinks
RewriteEngine On # Turn on the rewriting engine
RewriteCond %{HTTP_HOST} ^tom-bartlett\.com [NC]
RewriteRule ^(.*)$ [
tom-bartlett.com...] [L,R=301]