Re: [users@httpd] specification of .htaccess [EXT]

2022-11-01 Thread Duy Khanh
:*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

Re: [users@httpd] specification of .htaccess [EXT]

2022-11-01 Thread Daniel Gruno
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

Re: [users@httpd] specification of .htaccess [EXT]

2022-11-01 Thread Yuji_myst
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

RE: [users@httpd] specification of .htaccess [EXT]

2022-10-26 Thread James Smith
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

Re: [users@httpd] specification of .htaccess

2022-10-25 Thread Frank Gingras
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

[users@httpd] specification of .htaccess

2022-10-25 Thread Yuji_myst
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