After searching around for a fair few hours, I again resorted to asking on this forum in hope of getting a good answer like last few times (:
I'm using Joomla! 1.5.x so I have a default Joomla! 404 page and of course the default apache 404 page.
I have a "few" URL's which are indexed by Google but I don't want them to show up in Google or be accessible anymore. I could of course make a redirect for those URL's and redirect them to the homepage or a similar page. However this not a proper solution and I much rather "point" them to a 404 page.
I don't want to actually rewrite/redirect them to a new URL I just want to display the default 404 page when people browse to the URL. So instead of seeing the content they see a 404 page on the URL the browsed to. I prefer doing this using my .htaccess file.
I hope I'm making any sense and I hope someone can help me.