Redirecting using .htaccess

I've been trying to figure out how to redirect all requests to a specific page.

I've tried all kinds of crap in my .htaccess, and I ended up seeing "internal server error" enough to puke out apache error pages. Redirecting using .htaccess

I tried doing all kinds of variations of this. I feel I'm missing something obvious.

Code:
redirect * http://localhost/mypage.html

 

 

 

 

Top