Hi guys I am using this and I know the htaccess is working because it is redirecting to notfound.php but for some reason I can't get it to work to not show extensions (php/html) any help here?
<Files ~ "^\.(htaccess|htpasswd)$"> deny from all </Files> Options Indexes ErrorDocument 404 notfound.php RewriteEngine on RewriteCond %{HTTP_HOST} ^(www\.socialscenes\.co\.uk)(:80)? [NC] RewriteRule ^(.*) http://socialscenes.co.uk/$1 [R=301,L] DirectoryIndex index.php order deny,allow