PHP Classes

File: .htaccess

Recommend this page to a friend!
  Classes of Tufan Baris YILDIRIM   D3Css   .htaccess   Download  
File: .htaccess
Role: Configuration script
Content type: text/plain
Description: Rewrite Example for compress
Class: D3Css
Evaluate CSS styles with inheritance support
Author: By
Last change:
Date: 13 years ago
Size: 133 bytes
 

Contents

Class file image Download
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^([A-Z_\-0-9]+)\.css$ /Example.php?file=$1 [L,NC]
</IfModule>