Hello, I am having 12 folders available on my server & all the folders are having index.php available in it and I want to redirect all folders to index.php when called. e.g. www.example.com/folder1 will get redirected to www.example.com/folder1/index.php If I put index.htm in it then it is calling it automatically but it is not calling index.php automatically. How can I do this? Please help me. Thank you.