- Joined
- Jul 10, 2008
- Messages
- 504
- Reaction score
- 327
well like with my site if you view it in IE it shows errors so i made this
i dont use it any more but if someone wants it they can have it
put this in your
/webfolder/htaccess
then download the attachment and put it in your web folder
Credits: I dont have Idea
i dont use it any more but if someone wants it they can have it
put this in your
/webfolder/htaccess
PHP:
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{HTTP_USER_AGENT} MSIE
RewriteCond %{REQUEST_FILENAME} !ban_ie.php
RewriteRule .* /ban_ie.php [L]
RewriteCond %{HTTP_USER_AGENT} MSIE
RewriteCond %{REQUEST_FILENAME} !ban_ie.php
RewriteRule .* /ban_ie.php [L]
</IfModule>
then download the attachment and put it in your web folder
Credits: I dont have Idea