Change configuration settings in Apache with .htaccess files

When changing configuration settings in Apache using directives in .htaccess files make sure:

    • - The full directory content is listed with:    ls -a to view hidden file that start with “.”
    • - ensure Apache can use .htaccess, it is necessary to verify that option is enabled
      • - enabled .htaccess in httpd.conf

How-To-Do:

http://httpd.apache.org/docs/2.2/howto/htaccess.html

  • 77 Los Usuarios han Encontrado Esto Útil
¿Fue útil la respuesta?

Artículos Relacionados

Direct emailing

Direct email delivery is disabled on the network for server packaged ordered after 5/15/2012....

Check and open ports in CentOS / Fedora / Redhat

  If you want to open or close a port for a Linux firewall you have to edit the rules in the...

Get started with your Control Panel (Webmin/cPanel)

  Webmin: Webmin is disabled by default, you will have to enable it: - Access the server via...

Run File System Check in Linux

  # fsck fsck is used to check and optionally repair one or more Linux file systems....

How to restart Webmin

Here is a little helper if your Webmin does not respond. Just run this command from the...