I've created a default 404 page on my Apache server. Configured it via the hosts GUI to be default page. That part works fine. However if i type in an invalid page i.e. example.com/notexist.ast the default 404 page shows up but the url displays as example.com/notexist.ast. Any ideas? My .htaccess only contains a 301 redirect -
rewriteengine on
rewritecond %{HTTP_HOST} ^collettidesign.com$
rewriterule ^(.*)$ "http\:\/\/www\.collettidesign\.com\/$1" [R=301,L]