PHP Classes

File: fwphp/glomodul/z_examples/todo_csv_js/tasks/www/zzz.htaccess

Recommend this page to a friend!
  Classes of Slavko Srakocic   B12 PHP FW   fwphp/glomodul/z_examples/todo_csv_js/tasks/www/zzz.htaccess   Download  
File: fwphp/glomodul/z_examples/todo_csv_js/tasks/www/zzz.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/todo_csv_js/tasks/www/zzz.htaccess
Date: 1 year ago
Size: 208 bytes
 

Contents

Class file image Download
# will redirect visitor to index.php. Notice that we store the parameter (p=$1). RewriteEngine on RewriteCond %{REQUEST_URI} !\.(?:css|js|jpe?g|gif|png)$ [NC] RewriteRule ^([a-zA-Z0-9\-\_\/]*)$ index.php?p=$1