fastsol Posted April 9, 2014 Share Posted April 9, 2014 I have this rewrite rule that according to my host only works on Apache 2.0 and higher, but they are running 1.3 on their shared hosting side. I am wondering if there is a 1.3 version for this rule that you could provide. I really know almost nothing about this stuff RewriteCond %{REQUEST_FILENAME} !-s RewriteRule ^(.*)\.[\d]+\.(css|js)$ $1.$2 [L] Thanks, JD Quote Link to comment https://forums.phpfreaks.com/topic/287634-whats-the-apache-13-version-of-this-string/ Share on other sites More sharing options...
Solution fastsol Posted April 9, 2014 Author Solution Share Posted April 9, 2014 I love it when I post something I have been looking at for hours and then almost everytime I find the answer within minutes. All I needed was a ^ here [^\d] Quote Link to comment https://forums.phpfreaks.com/topic/287634-whats-the-apache-13-version-of-this-string/#findComment-1475488 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.