I have setup Apache web server for the first time. I have a requirment to display the contents of a directory and display the contents of the file in that directory.

It is wokring fine for most of the file, but when I click on .log files, instead of opening in the browser it open in notepad. I did some research and added the following in the httpd.conf file

AddType text/plan .log

I also tried

AddType text/plain log

but it still displays the file in Notepad.

Any suggestions?

Thanks

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.