File: examples/4gl/.htaccess

Recommend this page to a friend!
  Classes of philippe thomassigny   WAJAF   examples/4gl/.htaccess   Download  
File: examples/4gl/.htaccess
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: WAJAF
Build single page applications
Author: By
Last change: Update of examples/4gl/.htaccess
Date: 2 years ago
Size: 246 bytes
 

Contents

Class file image Download
# rewriteengine begin RewriteEngine On # Turn on the rewriting engine # RewriteBase / # rewriteengine end # rewritesite begin RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . app.php [L] # rewritesite end