Thank you. I will try the method you replied. Just to make sure, do you know if there is a limit on the number of redirect settings or .htaccess file size?
> 2022/10/26 20:54、James Smith > > If you have that many look at RewriteMap > https://httpd.apache.org/docs/current/rewrite/rewritemap.html > From: Frank Gingras <[email protected]> > Sent: 26 October 2022 02:42 > To: [email protected] > 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 perform very poorly. > > Further, avoid using mod_rewrite to redirect unless you have no choice. > > On Tue, 25 Oct 2022 at 20:07, Yuji_myst <[email protected]> wrote: > 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, but couldn't find any mention of > restrictions. > > Best Regards, > Yuji > > -- The Wellcome Sanger Institute is operated by Genome Research Limited, a > charity registered in England with number 1021457 and a company registered in > England with number 2742969, whose registered office is 215 Euston Road, > London, NW1 2BE.
