delphian/php-chat-script/2.x/.htaccess - Htaccess File

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]

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache