hi. how do i make it so that mysite.com/test/index.php can work without having to type in index.php. i wanna make my site work so that just by typing mysite.com/test/ would work. thank you.
That should work by default. If not, try using htaccess. DirectoryIndex index.php index.html Code (markup):