Forum Moderators: mack
I have a directory on my server (lets call it "dir"). Anytime anyone tries to access any file within dir, let say:
www.myexample.com/dir/files/file.php
OR
www.myexample.com/dir/index.php
or
www.myexample.com/dir/files/files/index.php
it will redirect to another page - how do i go about accomplishing this? BAsically, any type of access to the "dir" directory get's forwarded to another page.
Andrew.