8 lines
161 B
ApacheConf
Executable File
8 lines
161 B
ApacheConf
Executable File
<IfModule mod_rewrite.c>
|
|
RewriteEngine on
|
|
RewriteCond %{REQUEST_FILENAME} !-f
|
|
RewriteRule "(.*)\.css$" retro-compat.css.php?file=$1.css [QSA,L]
|
|
</IfModule>
|
|
|
|
|