无法使用 apache httpd 重写 js 和 css 文件

not able to rewrite the js and css file using apache httpd

我们正在使用 RewriteRule ^.+/(js|css)(.+).([0-9]+).(js|css)$ $1$2.$4用于重写我的文件。 文件名格式为aTest.123456.js或aTest.123563.css。 上面提到的文件名在我的 jsp 页面中使用,而我的物理文件是 aTest.js 或 aTest.css.

请指出我穿的地方。

我们重写了上面的规则,如下所示。

    RewriteEngine On

    RewriteRule ^/InstaLife/(javaScript|css)/(.+)\.([0-9]*)\.(js|css)$ /InstaLife//. [R]
    RewriteRule ^/InstaLife/css/(PopUP|PopU)/(.+)\.([0-9]*)\.(js|css)$ /InstaLife/css//. [R]