What about trying:
RewriteRule ^\# \%2523 [R,L,NE]
? (Not sure if NE is necessary, but it won't hurt.) Let's break the system!
BTW I don't think using # as part of the request path is a good idea, since
browsers, libraries and proxies may treat it as fragment delimiter and behave
accordingly (
I learned that the error was that it was looking for folder or directory "/#".
So after I created that folder I get endless redirect loop. So I am
researching how to fix that.
>
> On Aug 19, 2016 at 12:45 AM, mailto:icici...@gmail.com)>
> wrote:
>
>
>
>
>
>
>
>
On Fri, Aug 19, 2016 at 12:16 PM, elliott sterling <
elliottlsterl...@gmail.com> wrote:
> Hello,
>
> My project for this client is such that his directories contain "#" in
> the folder names, #test, and other symbols. The '#' is the only one
> that gives me problems because I know its a anchor an
Hello,
My project for this client is such that his directories contain "#" in
the folder names, #test, and other symbols. The '#' is the only one
that gives me problems because I know its a anchor and htacess ignores
it. My rewrite code is:
RewriteRule [^\#] \%23
My goal was to convert the '#'
yes reliability is always the requirement i guess. i was told i could
use that for reverse proxiing but did not try that yet due to
corporate limitations. my backends are usually php and the response is
questionable.
On 17 August 2016 at 20:50, Dr James Smith wrote:
> Depends on your backends - n
I think you want AuthType Digest if you are using AuthDBDUserRealmQuery.
If you want to do Basic auth you want AuthDBDUserPWQuery.
https://httpd.apache.org/docs/2.4/mod/mod_authn_dbd.html
Kind Regards,
Scott
First Class Watches
9 Warwick Road
Kenilworth
CV8 1HD
Warwickshire
United Kingdom
On
Hi,
I'm using Apache 2.4.7 on Ubuntu 14.04 and I need to use the mode
mod_auth_dbd with the AuthDBDUserRealmQuery. I have mysql installed and
working. I followed the documentation, activated all the needed apache
modules (hopefully), and configured the 000-default.conf file, under the
VirtualHost