/************************************************************************** * Language Redirector * * ------------------- * * begin : Monday, Jan 13, 2003 * * coded by : Udo Seiler * * copyright : (C) webfire.org 2003 * * email : info@webfire.org * * * * $Id: index.php|config.php|setup.php, v 1.0 2003/02/26 16:48:00 * * * **************************************************************************/ $web = 'http://www.webfire.org'; /************************************************************************** * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * * the Free Software Foundation; either version 2 of the License, or * * (at your option) any later version. * * * **************************************************************************/ ----------------------- OVERVIEW ----------------------- The Language Redirector detects the users prefered language and redirects him to the specified target. You can specify up to 10 languages and there is also the possibility to set a standard language which will be used if no matching user language where found. ------------------------ REQUIREMENTS ------------------------ - PHP 3/4 - No need for a Database - FTP access (for user permission) ------------------------ INSTALLATION ------------------------ Step 1: Upload the 3 files: index.php - config.php - setup.php Step 2: Change the user permission of the config.php to chmod 777. Step 3: Go to your browser to access setup script type exp. http://yoursite.com/setup.php and follow the "howto" instuctions. Step 4: Remove the setup.php file or just change the file extension. ------------------------------ Enjoy the Language Redirector!