1
Make a file called index.html, put the code below inside of it and then place it in your root directory.
Your web server should by default open index.html first so in this case it will open index.html and use the script to divert dodgy browsers to stop.html or stop2.html. Every other browser gets sent to index.php where it will find xoops.
Put whatever you want into the stop.html files, there are some examples below.
-------------------------------------------------
---------------------------------------------------
This is what I put in stop.html:
Your particular version of Internet Explorer does not fully support cascading
style sheets (.css) and is therefore too old to display our web pages
correctly. Click
HERE
to update your browser.
--------------------------------------
This is what I put in stop2.html
Your particular version of the Netscape browser does not fully support cascading
style sheets (.css) and is therefore is too old to display our web pages
correctly. Click
HERE to update your browser.
----------------------------------------