• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Database protection.

Devhir

A bit of Everything
Joined
Jul 22, 2008
Messages
135
Reaction score
0
Hey guys need help with this script, its to stop other ppl from view your pages such as phpmyadmin etc.

.htaccess code
Code:
Order Deny,Allow
Deny from all
Allow from 127.0.0.1






I get this error when i try to view the page lol.
Code:
Server error!

The server encountered an internal error and was unable to complete your request. Either the server is overloaded or there was an error in a CGI script.

If you think this is a server error, please contact the webmaster.
Error 500
localhost
09/13/08 13:22:58
Apache/2.2.9 (Win32) DAV/2 mod_ssl/2.2.9 OpenSSL/0.9.8h mod_autoindex_color PHP/5.2.6


Any ideas?
 
Back
Top