PHP Classes

File: .htaccess

Recommend this page to a friend!
  Classes of Maicon gonçalez   Potato PHP MVC Framework   .htaccess   Download  
File: .htaccess
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Potato PHP MVC Framework
Framework to develop PHP MVC applications
Author: By
Last change:
Date: 3 years ago
Size: 177 bytes
 

Contents

Class file image Download
Options -Indexes RewriteEngine on RewriteCond %{REQUEST_FILENAME} -f [OR] RewriteCond %{REQUEST_FILENAME} -d RewriteRule ^(.+) - [PT,L] RewriteRule ^(.*)$ index\.php [QSA,L]