Hey everyone! I have a site set up right now where the homepage is default.asp. I need to keep default.asp live (so forwarding won't work), but I need the first thing people see when they come to the site to be a file called main.swf (which contains a new menu system to get them into the site). Anyone have any suggestions? Is there something in the .htaccess file I can do to make it happen? Or any other options? Thanks!
The best way to do this create one page called index.html and embed the swf file in this page, and you can redirect it to your default.asp as you want.
Just as an update, if anyone else is trying to do something like this...I finally got it figured out. In the htaccess file, you can just put "DirectoryIndex index.swf"...or replace "index.swf" with whatever file you want to use. Hope that helps someone
This should of been the first and last post. You just use apache in .htaccess to rewrite the extention to what ever you want.