Hey guys, Not too good with the .htaccess code, so hopefully one of you may know the answer to this question. What I want to do is pretty simple. All I want to do is redirect any folder to my index.html file. I actually had a Wordpress blog before I turned my site into a static HTML page. So I have a bunch of URLs like: www.domain.com/just-an-example/ www.domain.com/post-title-here/ www.domain.com/blah-blah-blah/ I want to get those all to redirect to www.domain.com/index.html Anyone know how to do this?
Point noted. Will add that too in future. Actually, I thought that lines about "RewriteBase" and "RewriteEngine On" are pretty obvious.