Forum: Bug Reports
04-26-2013, 08:29 AM
|
|
Replies: 5
Views: 412
|
Forum: Bug Reports
03-19-2013, 02:47 AM
|
|
Replies: 5
Views: 412
Are you saying that there are several 4.2.2...
Are you saying that there are several 4.2.2 versions sharing the same release number?
If that's so then it doesn't sound sensible at all. Shouldn't be hard to append a 4th number to reflect minor...
|
Forum: Bug Reports
03-18-2013, 05:38 AM
|
|
Replies: 5
Views: 412
|
Forum: General
06-15-2011, 07:31 AM
|
|
Replies: 5
Views: 850
|
Forum: General
06-15-2011, 05:21 AM
|
|
Replies: 5
Views: 850
Status 400: Bad request method:
Hi there,
Since I upgraded to 4.1, legit client IPs are being temporarily blocked.
After a few "Status 400: Bad request method:" errors, the offending IP gets blocked: "too many...
|
Forum: Apache Migration/Compatibility
03-30-2011, 05:29 AM
|
|
Replies: 3
Views: 2,138
I had noticed that, sometimes, the url in the...
I had noticed that, sometimes, the url in the address bar got 'cleaned' from double slashes (with no rewrite rules at all). However, I haven't been able to reproduce this behaviour for a while -- it...
|
Forum: Apache Migration/Compatibility
03-29-2011, 06:45 AM
|
|
Replies: 3
Views: 2,138
mod_rewrite - remove double slash from url
Hi
These rules work fine in apache, but they don't work in litespeed (using v4.0.20):
RewriteEngine On
RewriteCond %{REQUEST_URI} ^(.*)//(.*)$
RewriteRule . %1/%2 [R=301,L]
The purpose is...
|