PHP Classes

File: Public/.htaccess

Recommend this page to a friend!
  Classes of Muhammad Umer Farooq   Zest   Public/.htaccess   Download  
File: Public/.htaccess
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Zest
Application to show the use of the Zest framework
Author: By
Last change:
Date: 5 years ago
Size: 338 bytes
 

Contents

Class file image Download
# Remove the question mark from the request but maintain the query string RewriteEngine On # Uncomment the following line if your public folder isn't the web server's root # RewriteBase / RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_FILENAME} !-l RewriteRule ^(.*)$ index.php?$1 [L,QSA]