Does anyone know where the .htacess file located after installing in linux red hat 5 is located?
Thank!
The .htaccess file is not installed. You will have a global configuration file for Apache, which is located in /etc/httpd/conf/httpd.conf on RedHat (see http://docs.redhat.com/docs/en-US/Red_Hat_Enterprise_Linux/4/html/Reference_Guide /s1-apache-config.html ), On the other hand, .htaccess files are what you create based on each directory where the actual web files live.
Source: https://habr.com/ru/post/1765028/More articles:Журналы сервера, показывающие запрос GET прямо перед запросом POST - javascriptIs it possible to replace CMD with something else? - windowsExtra GET requests before POST request that my code does not do - javascriptHow to set ACL folders with Web deployment in VS2010? - asp.netThe relationship between a Java thread and OS threads - javaNSArrayController Class vs Entity mode in Core Data Mac OS X based on documents - cocoaReturning an array of links from a const member function - c ++Storage of a private "octet string" in Active Directory; what is safe by default? - securityСвойство EnableViewState в текстовом поле - asp.netCRM 4.0 workflow error message for user - workflow-foundationAll Articles