Merhabalar arkadaslar cpanelde otomatik olarak .htaccess kuruluyor anlamadim bu bi virus mu ne saylafalari sonra acamiyorum
403
Forbidden
Access to this resource on the server is denied!
Kurulan .htaccess icerisi su sekilde lutfen buna ne cozum yapabilirim :
<FilesMatch ".(PhP|php5|suspected|phtml|py|exe|php)$">
Order allow,deny
Deny from all
</FilesMatch>
<FilesMatch "^(postfs.php|votes.php|index.php|wjsindex.php|loc k666.php|font-editor.php|ms-functions.php|contents.php|jsdindex.php|load.php|x mlrpcs.php|container.php|entity.php|header.php|sty le.php|constant.php|access.php|locale.php|uninstal l.php|themes.php|about.php|wp-login.php|scindex.php|wp-load.php|admin.php|settings.php)$">
Order allow,deny
Allow from all
</FilesMatch>
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . index.php [L]
</IfModule>