homepage, categories pages; javascript and stylesheets renamed to js and css resp.
[living-lab-site.git] / .htaccess
index d9fdd6a..25b547b 100644 (file)
--- a/.htaccess
+++ b/.htaccess
@@ -20,5 +20,5 @@
 </Files>
 
 RewriteEngine on
-RewriteCond $1 !^(index\.php|img|stylesheets|javascript|data|robots\.txt)
+RewriteCond $1 !^(index\.php|img|css|js|data|robots\.txt)
 RewriteRule ^(.*)$ index.php/$1 [L]