Re: Head scratcher - child htaccess issue

Tatsuki Makino <[email protected]> Mon, 9 Mar 2026 06:58:41 +0900
Newsgroups gmane.comp.apache.user
Message-ID <SI2PR01MB50365262CC10356E1F9ED953FA78A@SI2PR01MB5036.apcprd01.prod.exchangelabs.com>
Hello.
Sorry for cutting in from the side again.

When the .htaccess file is not working, it is necessary to check whether the settings are configured to read .htaccess file in the first place.
By writing random characters in the .htaccess file, we can make the server always return a 500 :)
A server that continues to operate normally without returning a 500 error is not reading the .htaccess file.
The server itself must be configured, and the necessary permissions are required for that.

Regards.