.htaccess
出自ProgWiki
.htaccess,參照:『維基百科~.htaccess』。
目錄 |
register_globals
php_value register_globals 0
改變網站目錄的預設首頁
DirectoryIndex index.php
防盜連
以IP範圍阻擋百度惡意攻擊的網頁蜘蛛
Limit GET HEAD POST order allow,deny deny from 220.181.50.0/24 allow from all /LIMIT
.htaccess,參照:『維基百科~.htaccess』。
目錄 |
php_value register_globals 0
DirectoryIndex index.php
Limit GET HEAD POST order allow,deny deny from 220.181.50.0/24 allow from all /LIMIT