Block IE From Your Website

Experienced Elementalist
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
 

Attachments

Re: [Release]Block IE From Your Website

I do not like IE as much as anyone else with an understanding of good web browsers, but tbh, its not the best idea to block all IE users, especially since a lot of noobs prefer IE only because its alrdy installed on windows. :/

Nice work tho ;)
 
Re: [Release]Block IE From Your Website

I do not like IE as much as anyone else with an understanding of good web browsers, but tbh, its not the best idea to block all IE users, especially since a lot of noobs prefer IE only because its alrdy installed on windows. :/

Nice work tho ;)


yea thats why i'm not using it any more lol
 
Re: [Release]Block IE From Your Website

just put /index.php & u web opened in dif browser.. So it's just info message not block xD
 
Re: [Release]Block IE From Your Website

heh its not a lack of knowledge

to be honest with you i can't stand IE i have used FF since it first came out

IE is a resource hog and FF is alot more stable and takes alot less to run
 
Re: [Release]Block IE From Your Website

well like with my site if you view it in IE it shows errors

I know Internet Expolorer isn't the most standards conforming of browsers (hence why it renders most sites badly) but considering its market share, It would be wise to fix your site for IE. Instead of blocking it all together.
 
Re: [Release]Block IE From Your Website

60% of muonline players use IE because is installed in same time with windows so this method will reduce the possibility to populate your server with 60% but for who dont want problems in compatibility with his website can use it!
For script 10/10
For his destination 6/10
 
Re: [Release]Block IE From Your Website

Good web sites work on Internet Explorer, thought.
most professional sites are configured to adjust based on the browser, however not many web designers here understand how to adjust their sites to work properly on multiple browsers.

meh too bad Microsoft wont just give up on ie and use ff as a default browser for windows packages.
 
Re: [Release]Block IE From Your Website

Good designers are creating sites that are working perfectly on each web browser. If you cant made web working as it should on IE than you should go home and learn...
However, I'm not saying that IE is great browser but every sites should be working on IE too.
 
Re: [Release]Block IE From Your Website

most professional sites are configured to adjust based on the browser, however not many web designers here understand how to adjust their sites to work properly on multiple browsers.

meh too bad Microsoft wont just give up on ie and use ff as a default browser for windows packages.

RK, making FF default browser for Windows would be the beginning of the end of MS, so it's impossible, i think.

There lot's of hacks out there to make you site compatible with IE although it sucks....
 
Re: [Release]Block IE From Your Website

RK, making FF default browser for Windows would be the beginning of the end of MS, so it's impossible, i think.

There lot's of hacks out there to make you site compatible with IE although it sucks....
yeah i know there is stuff, not hacks but simple files and codes, to make sure ur site is compatible with IE, im not a dumbass <.<, most of more recent sites are IE friendly :P
and the end of MS would be a great thing XD... idk abt u, but im sick of crappy, low performance windows... maybe mac or linux would take its place. But sadly, MS is too well established for it to suddenly crash
it would be great if windows used FF over IE, but IE is a windows product so they rather support their own than use someone elses product.
i was just saying it would be nice if MS used FF insted of continueing IE <.<
 
Re: [Release]Block IE From Your Website

most professional sites are configured to adjust based on the browser, however not many web designers here understand how to adjust their sites to work properly on multiple browsers.

meh too bad Microsoft wont just give up on ie and use ff as a default browser for windows packages.

Good designers are creating sites that are working perfectly on each web browser. If you cant made web working as it should on IE than you should go home and learn...
However, I'm not saying that IE is great browser but every sites should be working on IE too.


well its kinda hard to edit something that is encrypted
my web is encrypted and i cant do crap with it
 
Re: [Release]Block IE From Your Website

yeah i know there is stuff, not hacks but simple files and codes, to make sure ur site is compatible with IE, im not a dumbass <.<, most of more recent sites are IE friendly :P
and the end of MS would be a great thing XD... idk abt u, but im sick of crappy, low performance windows... maybe mac or linux would take its place. But sadly, MS is too well established for it to suddenly crash
it would be great if windows used FF over IE, but IE is a windows product so they rather support their own than use someone elses product.
i was just saying it would be nice if MS used FF insted of continueing IE <.<

that little codes are called "hacks" for example IE-Hacks, etc and I suppose you're a web developer in real life too :biggrinth
when I code in html, I first test with FF, then IE 'cause of it's popularity and then Opera and Safari ;D

going back ontopic, if you block IE, you'll lose players, just search for IE-Hacks.... :technolog
 
Re: [Release]Block IE From Your Website

There is no need for "hacks"!

Just validate your codes through W3 and will be fine. Use XHTM Strict as I do.
 
Back