PHP Classes

File: .htaccess

Recommend this page to a friend!
  Classes of Maniruzzaman Akash   Portfolio API   .htaccess   Download  
File: .htaccess
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Portfolio API
API to manage the portfolio of a professional
Author: By
Last change:
Date: 0 years ago
Size: 690 bytes
 

 

Contents

Class file image Download
<IfModule mod_rewrite.c> <IfModule mod_negotiation.c> Options -MultiViews -Indexes </IfModule> RewriteEngine On # Handle Authorization Header RewriteCond %{HTTP:Authorization} . RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}] # Redirect Trailing Slashes If Not A Folder... RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_URI} (.+)/$ RewriteRule ^ %1 [L,R=301] # Send Requests To Front Controller... RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_FILENAME} !-f RewriteRule ^ index.php [L] </IfModule> <Files ~ "^.*\.([Ee][Nn][Vv])"> order allow,deny deny from all satisfy all </Files>