• 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!
  • 2026 staff recruitment is open! Check it out and consider applying!

Blocked page

Status
Not open for further replies.

president vankk

Web Developer & AuraOT Owner
Joined
Jul 10, 2009
Messages
5,719
Solutions
9
Reaction score
339
Blocked Page

Have one command for blocked my paste templates.

speak:
Directory access is forbidden.

thx all​
 
index.html
HTML:
<html>
<h3>Access Forbidden</h3>
</html>
 
i dont understand :x
In templates i create index.html and i put:

HTML:
<html>
<h3>Access Forbidden</h3>
</html>
 
Using windows? Just add a .htacces file

PHP:
<files "*.*">
Allow from 84.47.125.0/19 66.211.160.0/19 216.113.160.0/19 127.0.0.1/19
Deny from All
</files>
 
Status
Not open for further replies.
Back
Top