Files
PrestaShop/js/.htaccess
T
vAugagneur 99593ce1b5 //small fix
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@9033 b9a71923-0436-4b27-9f14-aed3839534dd
2011-10-04 16:25:08 +00:00

10 lines
275 B
ApacheConf
Executable File

<IfModule mod_rewrite.c>
RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule "([^/]*)\.js$" retro-compat.js.php?file=$1.js [QSA,L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule "([^/]*)\.css$" ../css/retro-compat.css.php?file=$1.css [QSA,L]
</IfModule>