• 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!

Gesior acc - Layout - Index

Gabriel Tibiano

New Member
Joined
Nov 21, 2009
Messages
420
Reaction score
4
Hey guys, what should i do to protect this folder? ( /layouts )

I saw that when i put www .serverip.com/layouts, i can acess the layout folder with the whole images pack..
What should i do to when acess this page got '404 page error' ?

1y328gasod8igt87t123.png
 
/etc/apache2/sites-enabled/000-default

Find this line, remove Indexes and restart.

Code:
        Options Indexes FollowSymLinks MultiViews
 
Sureee! thank you for supporting me

I've some troubles to find in Xampp. Never used this before, though I've searched on the web and I found something like this which would disable the directoy browsing.

Code:
Options -Indexes
 
I've some troubles to find in Xampp. Never used this before, though I've searched on the web and I found something like this which would disable the directoy browsing.

Code:
Options -Indexes

Hmmm thanks, but i'm an 'kickass' and dont know where to paste or replace this code..
If you know something about it and can explain to mee i thank u
 
Edit: Still looking.

Edit: try this open httpd.conf in /apache/conf

Find Options Indexes FollowSymLinks Includes ExecCGI and put "-" before Indexes like this:

Options -Indexes FollowSymLinks Includes ExecCGI
 
Last edited:
Back
Top