bright-sparks/phpfreechat/master/server/.htaccess - Htaccess File

bright-sparks/phpfreechat/master/server/.htaccess

<IfModule mod_rewrite.c>
  RewriteEngine On
  #RewriteBase /path/to/phpfreechat/server
  RewriteCond %{REQUEST_FILENAME} !-f
  RewriteCond %{REQUEST_FILENAME} !-d
  RewriteRule ^(.*)$ index.php [QSA,L]
</IfModule>

<Limit OPTIONS GET POST PUT DELETE>
  Order allow,deny
  Allow from all
</Limit>

On Github License

Files

Download PDF of Htaccess file
GET, POST, PUT, REQUEST_FILENAME

Comments

Apache