De:Stealth Mode mit IIS
From phpCMS
[edit] Stealthmode mit IIS
a) eine Datei httpd.ini im Root-Verzeichnis (bzw. betroffene Verzeichnisse) angelegt wurde mit folgendem Inhalt
[ISAPI_Rewrite] RepeatLimit 32 # Block external access to the httpd.ini and httpd.parse.errors files RewriteRule /httpd(?:\.ini|\.parse\.errors).* / [F,I,O] # Block external access to the Helper ISAPI Extension RewriteRule .*\.isrwhlp / [F,I,O] RewriteRule (.*)/ $1/index.htm RewriteRule (.*)\.php(.*) $1\.php$2 [I,L] RewriteRule (.*)\.htm\?(.*) /parser/parser.php\?file=$1\.htm$2 [I,L,U] RewriteRule (.*)\.htm /parser/parser.php\?file=$1\.htm [I,L,U]
b) der Secure Stealth-Mode aktiviert ist!
(Original Eintrag von Rabica)
Main Page: Tutorials MainPage | Top Page: De:MiniHowTos
This page in other languages: English

