PHP Classes

File: tests/sample-app/public/.htaccess

Recommend this page to a friend!
  Classes of Josantonius   Eliasis PHP Framework   tests/sample-app/public/.htaccess   Download  
File: tests/sample-app/public/.htaccess
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Eliasis PHP Framework
MVC framework supporting WordPress integration
Author: By
Last change:
Date: 6 years ago
Size: 286 bytes
 

Contents

Class file image Download
# Config for Nginx # #location / { # #try_files $uri $uri/ =404; # try_files $uri $uri/ @rewrite; #} # #location @rewrite { # rewrite ^ index.php; #} <IfModule mod_rewrite.c> RewriteEngine On RewriteCond %{REQUEST_FILENAME} !-f RewriteRule ^ index.php [L] </IfModule>