On 8/11/05, sridhar <sridhar.ramamurthy@xxxxxxxxx> wrote: > > Hi, > > The headers which are in the meta file are not displayed. > > I have done the following setting > > <Directory "c:/Apache/htdocs/test"> > Options Indexes > AllowOverride None > Order allow,deny > Allow from all > MetaDir . > MetaFiles on > MetaSuffix .meta > </Directory> > > The html file xyz.html and the meta file xyz.html.meta are in test folder > and i am accessing the xyz.html file. First, why are you using this module? I've never used it myself. It is really only there for compatibility with a server that hasn't existed in a decade. Try mod_headers instead. Second, are you sure you understand what the module is supposed to do? It adds HTTP response headers which won't be directly viewable with a web browser. It does not add anything to your actual web page. (I'm not trying to insult your intelligence, but it is best to start with the most basic questions.) Can you show us the content of your .meta file? Can you give us a publically accessible URL showing the problem? Joshua. --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See <URL:http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx