Mobile app version of vmapp.org
Login or Join
Cugini213

: Propagaging Apache rules Automatically for all folders Beneath Root my webroot folder /httpdocs folder contains a .htaccess file The first lines look like this: RewriteEngine on RewriteBase / AddDefaultCharset

@Cugini213

Posted in: #Apache #Htaccess

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.

10.01% popularity Vote Up Vote Down


Login to follow query

More posts by @Cugini213

0 Comments

Sorted by latest first Latest Oldest Best

Back to top | Use Dark Theme