Apache AddType to all extention?

Posted by acidzombie24 on Server Fault See other posts from Server Fault or by acidzombie24
Published on 2010-05-22T00:12:36Z Indexed on 2010/05/22 0:21 UTC
Read the original article Hit count: 535

Filed under:

I am follwing these awesome instructions http://blog.ruski.co.za/page/Install-Mono-on-Ubuntu.aspx

and at this point i understand what is happening (except i dont reconize why .config would need to be an ext)

I would like all urls to use x-asp-net so urls like site.com/data/user/more/title anything goes.lol woot.falseExt with space

AddType application/x-asp-net .aspx .ashx .asmx .ascx .asax .config .ascx

How do i do that? also it would be nice if i can make it so php still runs normally on other sites but thats not my concern right now. I need all urls to be able to run on this server/site

© Server Fault or respective owner

Related posts about apache