i would like to set up a directory, lets say /home/testsite/httpdocs/
in this directory there will be lots of subdirectories etc. now, what i want is to be able to automatically select index.php REGARDLESS of what is requested.
if for example, someone requests (by typing into their browser)
www.mysite.com/chocolate or
www.mysite.com/covered or
www.mysite.com/porkchops
apache knows already to serve /home/testsite/httpdocs/index.php
thats problem one.
the second problem:
how do i get index.php to see what the url was, because index.php will be deciding what to do, based on what was requested.