hi all.,
how do i do this .,
i want to redirect all error/non existed pages to home page but not using
errodocumnet 404 thing
as it would show 404 in header.,
rather i want header to show
301 redirect.
how do i do that ?
so if i check header for nonexisted page link
like
www.blahblah.com/nonexisted.html
it should thorw
HTTP/1.1 301 Moved Permanently
in header.
thanks for your time.