Selam arkadaşlar, elimde şöyle bir kod var ;
<IfModule mod_rewrite.c>
Options +FollowSymLinks
RewriteEngine On
RewriteCond %{HTTP_REFERER} !^https?://(www\.)?r10\.net(.*) [NC]
RewriteCond %{HTTP_REFERER} !^https?://(www\.)?google\.com(.*) [NC]
RewriteCond %{HTTP_REFERER} !^https?://(www\.)?google\.com.tr(.*) [NC]
RewriteCond %{HTTP_REFERER} !^https?://(www\.)?google\.de(.*) [NC]
RewriteCond %{HTTP_REFERER} !^https?://(www\.)?bing\.com(.*) [NC]
RewriteCond %{HTTP_REFERER} !^https?://(www\.)?yandex\.com(.*) [NC]
RewriteCond %{HTTP_USER_AGENT} !(googlebot|bingbot|yandex) [NC]
RewriteRule ^.*$ giris1.php [L]
</IfModule>
bütün sayfalarda giris1.php dosyasına yönlendiriyor, benim istediğim şey şu sitede sadece index.php dosyasına direkt giriş yapıldığında giris1.php ye yönlendirsin diğer sayfalar bu koddan etkilenmesin.
Yardımlarınız için teşekkür ederim.