[RESOLVED] [URGENT] Apache error in server
I am not sure where to post this question. I have created a folder in my server and uploaded my simple script. Eg: www.mysite.com/myscript
But if I goto that URL, it would show a directory listing with a message at the end:
Quote:
Apache mod_qos/9.69 mod_fcgid/2.3.6 mod_auth_passthrough/2.1 mod_bwlimited/1.4 FrontPage/5.0.2.2635 Server at mysite.com Port 80
It's not opening the index.php file. Instead, it is showing the directory list and a message like above at the end.
Can you guys please tell me how to resolve this ?
Thank you :wave:
Re: [URGENT] Apache error in server
Found the solution:
Create a file with the name ".htaccess" (if it doesn't exists) and include this line:
Code:
DirectoryIndex index.php
:wave: