Re: how can i make apache read .htaccess rules

Hi,
From https://httpd.apache.org/docs/2.4/mod/core.html#include

Apache Docs wrote:

Include Directive
Description:    Includes other configuration files from within the server configuration files
Syntax:    Include file-path|directory-path|wildcard
Context:    server config, virtual host, directory
Status:    Core
Module:    core
Compatibility:    Directory wildcard matching available in 2.3.6 and later
This directive allows inclusion of other configuration files from within the server configuration files.

Shell-style (fnmatch()) wildcard characters can be used in the filename or directory parts of the path to include several files at once, in alphabetical order. In addition, if Include points to a directory, rather than a file, Apache httpd will read all files in that directory and any subdirectory. However, including entire directories is not recommended, because it is easy to accidentally leave temporary files in a directory that can cause httpd to fail. Instead, we encourage you to use the wildcard syntax shown below, to include files that match a particular pattern, such as *.conf, for example.

-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector
  • ... AudioGames . net Forum — Off-topic room : simter via Audiogames-reflector
    • ... AudioGames . net Forum — Off-topic room : ironcross32 via Audiogames-reflector
    • ... AudioGames . net Forum — Off-topic room : Munawar via Audiogames-reflector

Reply via email to