[solved] 4.1 Release - Logs show htaccess rewrite errors

robfrew

Well-Known Member
#1
I updated to the latest 4.1 release today since it was rereleased with some bug fixes. Now, in my log files during start up. I immediately see these errors, repeating about 8 times:

Code:
[[HTAccess]] rewrite: '%' must be followed by a digit for a RewriteCond backreference. while parsing: RewriteCond %%{ENV:LS_AI_PATH} ^$
Code:
[[HTAccess]] rewrite: invalid rewrite condition while parsing: RewriteCond %%{ENV:LS_AI_PATH} ^$
Since it doesn't tell me where this error originates from, I have know idea how to look for it.
 
Last edited by a moderator:
#4
Hi,

May I ask why you don't adopt versioning numbers for bugfixes? If a version comes out, say 4.1, but has a bug that was fixed, many of us don't know when to reinstall or not.

Why not label it as 4.1.1, 4.1.0.1 etc.
 
Top