You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by "Jason G. Embuscado" <je...@dost.gov.ph> on 2002/02/15 19:35:15 UTC

proper for aliased pages

can anyone recommend the directives needed for Document on aliased pages

i have something like this...

    Alias /mypage "/path/to/mypage"

    <Directory "/path/to/mypage">
        AllowOverride None
        Options -Indexes
        Order allow,deny
        Allow from all
    </Directory>

did i miss some important directives, or is this enough?

thanks
jembo