I have a folder on my website that has a php file that I want opened as soon as someone goes to my website. I did the redirect (DirectoryIndex five/reel.php) and it goes to the right page, but now the pictures for that php page do not show up. When I right click on one of the missing images and look at the properties, it shows that the picture is in the root directory, even though its actually inside the 'five' folder.
What can I do to get the correct directories for the picture files other than moving them?
Thanks in advance.