Changes between Version 1 and Version 2 of OffLinebrowsers
- Timestamp:
- Mar 9, 2009, 3:14:18 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
OffLinebrowsers
v1 v2 1 1 submitted by 2 2 3 {{{ 3 4 4 1. Open your FTP Client and go to your Dolphin Sites Root Directory where Dolphin is 5 5 installed. This is normally on a standard Dolphin install at: /home/your_site/public_html/ … … 14 14 5. Copy the code from below directly above this line so it looks like this: 15 15 16 16 {{{ 17 17 RewriteCond %{HTTP_USER_AGENT} ^BlackWidow [OR] 18 18 RewriteCond %{HTTP_USER_AGENT} ^ChinaClaw [OR] … … 93 93 94 94 </IfModule> 95 95 }}} 96 96 97 97 ***Please note, you will only have </IfModule> one time when your done, not twice! … … 100 100 101 101 7. Copy the file back to your server and overwrite your current .htaccess file. 102 }}} 102 103 103 104 104