arkadaşlar belki 6 program ve bir sürü site üzerinde tarama yaptim olmuyor sitede yi tarama yapmiyor bilmem access 404 bulunamadı fakat, 404 var sitede benim acces böyle önceden tarama yapiyordu fakat şimdi yapmiyor sizce neden dolayi olabilir ?

ErrorDocument 403 /index.php?do=/public/error/403/
ErrorDocument 404 /index.php?do=/public/error/404/

RewriteEngine On

RewriteCond %{REQUEST_URI} !^/file/.*
RewriteCond %{REQUEST_URI} !^/images/.*
RewriteCond %{REQUEST_URI} !^/upload.php
RewriteCond %{REQUEST_URI} !^/recent.php
RewriteCond %{REQUEST_URI} !^/recentplayer.swf
RewriteCond %{REQUEST_URI} !^/google1d6e4cc881603e20.html$
RewriteCond %{REQUEST_URI} !^/update/.*
RewriteCond %{REQUEST_URI} !^/design/.*
RewriteCond %{REQUEST_URI} !^/forums/.*
RewriteCond %{REQUEST_URI} !^/plugins/.*
RewriteCond %{REQUEST_URI} !^/favicon.ico/.*
RewriteCond %{REQUEST_URI} !^/kof/.*
RewriteCond %{REQUEST_URI} !^/sitemap.xml
RewriteCond %{REQUEST_URI} !^/image/.*
RewriteRule ^index.php(/.*)$ /index.php?do=$1 [L]

RewriteCond %{REQUEST_URI} !^/file/.*
RewriteCond %{REQUEST_URI} !^/images/.*
RewriteCond %{REQUEST_URI} !^/upload.php
RewriteCond %{REQUEST_URI} !^/recent.php
RewriteCond %{REQUEST_URI} !^/recentplayer.swf
RewriteCond %{REQUEST_URI} !^/googled1c706cd606af2d0.html$
RewriteCond %{REQUEST_URI} !^/update/.*
RewriteCond %{REQUEST_URI} !^/design/.*
RewriteCond %{REQUEST_URI} !^/forums/.*
RewriteCond %{REQUEST_URI} !^/plugins/.*
RewriteCond %{REQUEST_URI} !^/favicon.ico/.*
RewriteCond %{REQUEST_URI} !^/kof/.*
RewriteCond %{REQUEST_URI} !^/sitemap.xml
RewriteCond %{REQUEST_URI} !^/robots.txt$
RewriteCond %{REQUEST_URI} !^/index.php

RewriteRule ^(.*)$ /index.php?do=/$1 [L]