![]() |
404 Error / Logged IP etc ...
http://www.phphq.net/img/
How can you do that? Please help :p I want to protect all my files and images and source files / folders |
I did a quick google search and found this on 403 error
http://weblogs.asp.net/jblizzard/archive/2003/07/28/10623.aspx It's to do with the ASP.NET |
Blade i think Xing means to do it in PHP.
Try putting a blank index.html in your folders you try to protect. That will do the trick. Just a blank page so only the head and body tags. then name it index.html and place it in the folder. |
It has to do with htaccess actually..
make a .htaccess file, you can make it htaccess.txt if your using notepage, insert this into it: Options +FollowSymlinks ErrorDocument 401 /401.htm ErrorDocument 403 /403.htm ErrorDocument 404 /4041.htm ErrorDocument 500 /500.htm Options -Indexes And then save it and upload it to your root directory. rename the file to .htaccess and your set. 401 errors will go to 401.htm etc etc |
cool, cheers dude :)
|
All times are GMT -5. The time now is 03:17 AM. |
Powered by vBulletin®