Skip to main content
expanded my answer
Source Link
Roy Rico
  • 622
  • 2
  • 9
  • 21

you can look into the header and footer directive of apache, describedUsing the directives below.

<Directory "/usr/local/www/data/scott">
    Options +Indexes
    AllowOverride All
    AddOutputFilter LAYOUT html htm shtml
    LayoutComment On
    LayoutHeader /wrappers/scott-header.html
    LayoutFooter /wrappers/scott-footer.html
</Directory>

More reading is here: http://wannabe.guru.org/scott/hobbies/apache/

you can look into the header and footer directive of apache, described below

http://wannabe.guru.org/scott/hobbies/apache/

you can look into the header and footer directive of apache, Using the directives below.

<Directory "/usr/local/www/data/scott">
    Options +Indexes
    AllowOverride All
    AddOutputFilter LAYOUT html htm shtml
    LayoutComment On
    LayoutHeader /wrappers/scott-header.html
    LayoutFooter /wrappers/scott-footer.html
</Directory>

More reading is here: http://wannabe.guru.org/scott/hobbies/apache/

added 43 characters in body
Source Link
Mark Henderson
  • 69.6k
  • 32
  • 191
  • 270

you can look into the header and footer directive of apache, described below

http://wannabe.guru.org/scott/hobbies/apache/http://wannabe.guru.org/scott/hobbies/apache/

you can look into the header and footer directive of apache, described below

http://wannabe.guru.org/scott/hobbies/apache/

you can look into the header and footer directive of apache, described below

http://wannabe.guru.org/scott/hobbies/apache/

Source Link
Roy Rico
  • 622
  • 2
  • 9
  • 21

you can look into the header and footer directive of apache, described below

http://wannabe.guru.org/scott/hobbies/apache/