Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

excel extension in config file on apache

Status
Not open for further replies.

melrse

Programmer
Dec 13, 2000
25
US
I am running apache 1.3.12 on linux box. I have a excel spreadsheet which is an order form for office supplies. I want to have this exist on the company intranet as a template, Allow user to fill in and then email to vendor. I am familiar w/php. ?
1)Apache does not recoginize excel extension and I don't remember where I have to add it in the config files? Can someone please refresh my memory on this.
2)Is there a simple way to do this or do I need to write php script?
Thanks,
Melissa
 
AddType application/vend.ms-excel .xls

should get the client computer to open Excel when a .xls file is accessed.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top