 
# Turn mod_rewrite on

RewriteEngine On 

RewriteCond %{HTTP_HOST} ^gorangates.co.uk [NC]
RewriteRule ^(.*)$ http://www.gorangates.co.uk/$1 [R=301,L]  

RewriteRule ([^/\.]+)/([^/\.]+)/([^/\.]+)$ property-details.php?id=$2 [L,NC] 
 
ErrorDocument 404 http://gorangates.co.uk/notfound.php


