PHP Classes

File: example.htaccess

Recommend this page to a friend!
  Classes of Mateo   PHP Banking System API   example.htaccess   Download  
File: example.htaccess
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Banking System API
API to implement banking transactions
Author: By
Last change:
Date: 6 months ago
Size: 273 bytes
 

Contents

Class file image Download
RewriteEngine On RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . index.php [L] Options -Indexes IndexIgnore * <FilesMatch "\.(htaccess|htpasswd|ini|phps|log|bak|txt|sql|json|lock|env)$"> Order Allow,Deny Deny from all </FilesMatch>