PHP Classes

File: .htaccess

Recommend this page to a friend!
  Packages of Rodrigo Faustino   Projeto Loja   .htaccess   Download  
File: .htaccess
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Projeto Loja
Resize and compress uploaded images
Author: By
Last change:
Date: 3 months ago
Size: 144 bytes
 

Contents

Class file image Download
<IfModule mod_rewrite.c> RewriteEngine on RewriteCond %{REQUEST_URI} !^public_html RewriteRule ^(.*)$ public_html/$1 [L] </IfModule>