You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

8 lines
261 B

  1. <FilesMatch "^([_a-z0-9A-Z-])+$">
  2. RewriteEngine On
  3. RewriteRule (.*)/css/[a-z0-9]+/(.*) /css/$2 [L]
  4. RewriteRule (.*)/js/[a-z0-9]+/(.*) /js/$2 [L]
  5. RewriteCond %{REQUEST_URI} !\.(png|gif|jpg|ico|swf|css|js|dat)$
  6. RewriteRule (.*) /index.n
  7. </FilesMatch>