fidelisrafael/ajax-long-polling-chat/master/.htaccess - Htaccess File

fidelisrafael/ajax-long-polling-chat/master/.htaccess

<IfModule mod_rewrite.c>
  Options +FollowSymlinks +MultiViews
        
  RewriteEngine On
  
  RewriteCond %{REQUEST_FILENAME} !-f
  RewriteCond %{REQUEST_FILENAME} !-d

  RewriteRule ^(.*)$ index.php?action=$1&params=$2 [QSA,L]
</IfModule>

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache