code from amapei

This commit is contained in:
cagette@ct8
2020-09-26 18:25:18 +00:00
parent 42fe367911
commit 72b4699871
1966 changed files with 220437 additions and 2 deletions
Executable
+8
View File
@@ -0,0 +1,8 @@
<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>