PHP Classes

File: .htaccess

Recommend this page to a friend!
  Classes of Ahmed Saad   Simple PHP MVC Framework   .htaccess   Download  
File: .htaccess
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Simple PHP MVC Framework
Developing Web applications using the MVC pattern
Author: By
Last change:
Date: 1 year ago
Size: 318 bytes
 

Contents

Class file image Download
Options -Indexes FollowSymLinks -Multiviews #php_value date.timezone "Africa/Cairo" #php_value date.default_latitude "30.05" #php_value date.default_longitude "31.25" RewriteEngine On # Ignore assets Directory RewriteCond %{REQUEST_URI} !(/assets) # Serve All Requests To index.php RewriteRule .* index.php [QSA,L]