I am looking for a way to have a flash intro page in my WP site. Yes, I did a searcha and found this topic in the forum http://wordpress.org/support/topic/flash-intro-page?replies=6
and found out that if I add this code:
DirectoryIndex index.htm index.php
in the top in the .htaccess, it should work.
But it is not working in the WB 3.05 that I am using, I opened the htaccess and the first line I see is...
# -FrontPage-
So I make it to:
DirectoryIndex index.html index.php
# -FrontPage-
Now when the url http://mysite.com is hit it does goto index.html but if I place a link on index.html to goto http://mysite.com/index.php, it keeps going to index.html