Apache HTTP Server: Difference between revisions

no edit summary
No edit summary
Line 102: Line 102:
<code>.htaccess</code> allows modifying selected Apache configurations on a per-folder basis.<br>
<code>.htaccess</code> allows modifying selected Apache configurations on a per-folder basis.<br>
To enable this feature, add <code>AllowOverride All</code> to your <code>apache.conf</code> for the directories you want to allow .htaccess files.
To enable this feature, add <code>AllowOverride All</code> to your <code>apache.conf</code> for the directories you want to allow .htaccess files.
==Headers==
Enable mod_headers with