delphian/php-chat-script/2.x/.htaccess
DirectoryIndex server.php
RewriteEngine on
# Uncomment following if script resides in a subdirectory.
RewriteBase /php-chat-script
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.*)$ server.php?route=$1 [L,QSA]
Files
