PHP Classes

File: example/.htaccess

Recommend this page to a friend!
  Classes of Jeremiah Ogbomo   Push   example/.htaccess   Download  
File: example/.htaccess
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Push
Rapid Web application development framework
Author: By
Last change:
Date: 8 years ago
Size: 414 bytes
 

Contents

Class file image Download
# Prevent directory browsing Options All -Indexes RewriteEngine On RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_FILENAME} !-s RewriteCond %{REQUEST_FILENAME} !-l RewriteCond %{REQUEST_FILENAME} !\.(js$|css|map|ico|txt|woff2|woff|font|images) RewriteCond %{REQUEST_URI} !\.(js$|css|map|ico|txt|woff2|woff|font|images) RewriteRule ^(.*)$ index.php?url=$1 [QSA,L]