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
8 lines
261 B
<FilesMatch "^([_a-z0-9A-Z-])+$">
|
|
RewriteEngine On
|
|
RewriteRule (.*)/css/[a-z0-9]+/(.*) /css/$2 [L]
|
|
RewriteRule (.*)/js/[a-z0-9]+/(.*) /js/$2 [L]
|
|
|
|
RewriteCond %{REQUEST_URI} !\.(png|gif|jpg|ico|swf|css|js|dat)$
|
|
RewriteRule (.*) /index.n
|
|
</FilesMatch>
|