I need to put up a splash page for a site relaunch. All requests need to redirect to splash.php … but this file needs access to the the /splash directory which contains an image used within the splash page.
I’m not sure what the exact rules need to be within htaccess … also, would it be better if all requests were routed to /splash and the actual splash page was an index?
Something along the lines of
Should at least give you a starting point…