miechuliv/livesell/master/phpfreechat-2.1.0/server/.htaccess - Htaccess File

miechuliv/livesell/master/phpfreechat-2.1.0/server/.htaccess

<IfModule mod_rewrite.c>
  RewriteEngine On
  RewriteBase /gackade/phpfreechat-2.1.0/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