Hi everybody,
I have developed a webportal using php. In this i m using one folder called script for all phpscripts. when i run this site on internet like http://www.example.com after opening this site if i click on any one link then the url redirecting to that linked script like http://www.example.com/script/ss.php its working fine. But when i erase the ss.php from url then it looks like http://www.example.com/script/. when i press enter then its displaying all script files under this folder.. so how can i hide this....
Thanks and Regards,
KK
How to hide..
Moderator: General Moderators
Re: How to hide..
Apache server?
Put that in script/.htaccess
Code: Select all
Options -Indexes-
sirimallamurali
- Forum Newbie
- Posts: 11
- Joined: Sun Jun 14, 2009 10:41 pm
Re: How to hide..
please can u give example code for that..
Re: How to hide..
I did.
Re: How to hide..
haha You already got the code from tasairis
