Forum Moderators: phranque
as 'Microsoft-WebDAV-MiniRedir' is heavily hitting my server i'm trying to add 'RewriteEngine On' to 'order allow, deny' on my htaccess,
please does it looks correct to you as it follows?
thanks so much
--------------------------
ErrorDocument 401 /401.php
ErrorDocument 403 /403.php
ErrorDocument 404 /404.php
ErrorDocument 500 /500.php
SetEnvIf Request_URI "(403\.php¦robots\.txt)$" allowit
Order Deny,Allow
deny from 80.****.****.xx
deny from 168.xxx.xxx.x
deny from 69.xx.xx.xxx
deny from 222.xxx
deny from 82.xxx.xxx.xx
deny from 82.xx.xx.xx
Allow from env=allowit
Options +FollowSymLinks
RewriteEngine On
RewriteCond %{HTTP_USER_AGENT} ^Microsoft.(Data¦URL) [NC,OR]
RewriteCond %{HTTP_USER_AGENT} ^microsoft-webdav-miniredir [NC,OR]
RewriteCond %{HTTP_USER_AGENT} MS.*FrontPage [NC]
RewriteRule .* - [F]