- Joined
- Sep 22, 2005
- Messages
- 215
- Reaction score
- 11
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
<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
i had to pack it in a .rar to attach it
to view the webpage of what it will look like go
Credits: Budsmoker997
i dont use it any more but if someone wants it they can have it
put this in your
/webfolder/htaccess
<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
i had to pack it in a .rar to attach it
to view the webpage of what it will look like go
To view the content, you need to sign in or register
Credits: Budsmoker997