|
-
Dec 21st, 2011, 12:10 PM
#1
[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:
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
If my post was helpful to you, then express your gratitude using Rate this Post. 
And if your problem is SOLVED, then please Mark the Thread as RESOLVED (see it in action - video)
My system: AMD FX 6100, Gigabyte Motherboard, 8 GB Crossair Vengance, Cooler Master 450W Thunder PSU, 1.4 TB HDD, 18.5" TFT(Wide), Antec V1 Cabinet
Social Group: VBForums - Developers from India
Skills: PHP, MySQL, jQuery, VB.Net, Photoshop, CodeIgniter, Bootstrap,...
-
Dec 21st, 2011, 01:08 PM
#2
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
If my post was helpful to you, then express your gratitude using Rate this Post. 
And if your problem is SOLVED, then please Mark the Thread as RESOLVED (see it in action - video)
My system: AMD FX 6100, Gigabyte Motherboard, 8 GB Crossair Vengance, Cooler Master 450W Thunder PSU, 1.4 TB HDD, 18.5" TFT(Wide), Antec V1 Cabinet
Social Group: VBForums - Developers from India
Skills: PHP, MySQL, jQuery, VB.Net, Photoshop, CodeIgniter, Bootstrap,...
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|