PHP Classes

File: tests/testapp/web/.htaccess

Recommend this page to a friend!
  Classes of Insolita   Yii2 Fractal   tests/testapp/web/.htaccess   Download  
File: tests/testapp/web/.htaccess
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Yii2 Fractal
Components to implement API based on JSON:API
Author: By
Last change:
Date: 13 days ago
Size: 201 bytes
 

Contents

Class file image Download
RewriteEngine on # if a directory or a file exists, use it directly RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d # otherwise forward it to index.php RewriteRule . index.php