Hello,
I have a small Apache where I run a redirection to two private hosts. My
machine (R, router) is connected to Interned and to a private LAN
(192.168.x.x/16). Behind "R", there are two machines (A and B) that are serving
two websites. R has an DNS alias with two public DNS names for A and
On Thu, Dec 14, 2023 at 10:21 AM Dave Wreski
wrote:
> Hi,
>
> I would stop using .htaccess files, first, and merge all rewrite rules in
> the relevant vhost / Directory block. Then, I would use the rewrite log to
> see what is really happening.
>
> Using multiple .htaccess files is a recipe to l
Hi,
I would stop using .htaccess files, first, and merge all rewrite rules
in the relevant vhost / Directory block. Then, I would use the rewrite
log to see what is really happening.
Using multiple .htaccess files is a recipe to lose all your hair.
These are Included in the directory block.
On Thu, Dec 14, 2023 at 8:52 AM Dave Wreski
wrote:
> Hi,
>
> I have a FAQ, but need some additional info I haven't been able to find.
>> I'm trying to process links Google has indicated are 404s that never really
>> ever existed on our site.
>>
>> I have an htaccess file I'm Including with my mai
Hi,
I have a FAQ, but need some additional info I haven't been able to
find. I'm trying to process links Google has indicated are 404s
that never really ever existed on our site.
I have an htaccess file I'm Including with my main apache config
that only contains RewriteConds