:*Frank Gingras <thu...@apache.org> *Sent:* 26 October 2022 02:42 *To:* users@httpd.apache.org *Subject:* Re: [users@httpd] specification of .htaccess [EXT] This is an extremely bad idea. Do you have access to your config files / the root user? If so, edit your vhost, and place your redire
October 2022 02:42
*To:* users@httpd.apache.org
*Subject:* Re: [users@httpd] specification of .htaccess [EXT]
This is an extremely bad idea. Do you have access to your config files
/ the root user? If so, edit your vhost, and place your redirects in
there instead.
Such a large .htaccess file will
rent/rewrite/rewritemap.html
> From: Frank Gingras
> Sent: 26 October 2022 02:42
> To: users@httpd.apache.org
> Subject: Re: [users@httpd] specification of .htaccess [EXT]
>
> This is an extremely bad idea. Do you have access to your config files / the
> root user? If so, edit your v
If you have that many look at RewriteMap
https://httpd.apache.org/docs/current/rewrite/rewritemap.html
From: Frank Gingras
Sent: 26 October 2022 02:42
To: users@httpd.apache.org
Subject: Re: [users@httpd] specification of .htaccess [EXT]
This is an extremely bad idea. Do you have access to your
This is an extremely bad idea. Do you have access to your config files /
the root user? If so, edit your vhost, and place your redirects in there
instead.
Such a large .htaccess file will perform very poorly.
Further, avoid using mod_rewrite to redirect unless you have no choice.
On Tue, 25 Oct
hello
Please tell me the specification of .htaccess.
Place .htaccess in the root directory of the website and set the redirect.
We are considering setting more than 2000 redirects.
Is there a limit on the number of redirect settings or .htaccess file size?
I read the .htaccess documentation, bu