View file chat/.htaccess

File size: 352B
php_value register_globals off
php_value session.use_trans_sid 1 
DirectoryIndex index.php
AddDefaultCharset UTF-8
Options -Indexes
php_value session.cookie_lifetime 0
Options SymLinksIfOwnerMatch 
RewriteEngine On
RewriteRule ^room/([0-9]*)/([0-9]*)/([0-9]*)/ index.php?id=$1&msg=$3 [L,QSA]
RewriteRule ^room/([0-9]*)/([0-9]*)/ index.php?id=$1 [L,QSA]