Propagaging Apache rules Automatically for all folders Beneath Root
Posted
by
Sam
on Pro Webmasters
See other posts from Pro Webmasters
or by Sam
Published on 2011-02-16T22:25:31Z
Indexed on
2011/02/16
23:35 UTC
Read the original article
Hit count: 475
Hi folks, my webroot folder /httpdocs folder contains a .htaccess file
The first lines look like this:
RewriteEngine on
RewriteBase /
AddDefaultCharset UTF-8
Options +FollowSymLinks -Indexes -ExecCGI
# DirectoryIndex index.php /index.php
# ServerSignature Off
Now, I want all settings that I have set it to, to be propagated automatically to other folders as well.
How can I do that? Thanks very much for suggestions.
© Pro Webmasters or respective owner