PHP Classes

File: fwphp/glomodul/z_examples/MVC_FW/01inanz/.htaccess

Recommend this page to a friend!
  Classes of Slavko Srakocic   B12 PHP FW   fwphp/glomodul/z_examples/MVC_FW/01inanz/.htaccess   Download  
File: fwphp/glomodul/z_examples/MVC_FW/01inanz/.htaccess
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: B12 PHP FW
Manage database records with a PDO CRUD interface
Author: By
Last change: Update of fwphp/glomodul/z_examples/MVC_FW/01inanz/.htaccess
Date: 1 year ago
Size: 282 bytes
 

Contents

Class file image Download
# This will prevent generating "Not Found" error in browser # Then we will manually do the rest to produce page for user <IfModule mod_rewrite.c> RewriteEngine On RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . index.php [L] </IfModule>