User-agent: *
Allow: /wp-content/uploads/
Disallow: /wp-admin/
Disallow: /wp-content/plugins/
Sitemap: http://ciplakyazar.com/sitemap_index.xml
.htaccess dosyam ise şu şekilde
# BEGIN WordPress
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
# END WordPress
## EXPIRES CACHING ##
ExpiresActive On
ExpiresByType image/jpg "access 1 year"
ExpiresByType image/jpeg "access 1 year"
ExpiresByType image/gif "access 1 year"
ExpiresByType image/png "access 1 year"
ExpiresByType text/css "access 1 month"
ExpiresByType text/javascript "access 1 month"
ExpiresByType text/x-javascript "access 1 month"
ExpiresByType application/javascript "access 1 month"
ExpiresByType application/x-javascript "access 1 month"
ExpiresByType application/pdf "access 1 month"
ExpiresByType application/x-shockwave-flash "access 1 month"
ExpiresByType image/x-icon "access 1 year"
ExpiresDefault "access 1 week"
php_value memory_limit 128M
php_value max_execution_time 300
## EXPIRES CACHING ##
SetEnvIf Request_URI "admin-ajax" DynamicTimeout=240
# Wordfence WAF
php_value auto_prepend_file '/home2/ciplakyazar/public_html/wordfence-waf.php'
php_value auto_prepend_file '/home2/ciplakyazar/public_html/wordfence-waf.php'
Require all denied
Order deny,allow
Deny from all
# END Wordfence WAF
bunlardan kaynaklı olabilir mi acaba?