[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: [cobalt-users] changing file extension for ASP pages



> i'd like to change the file extension for my asp scripts for 
> cosmetic and security reasons. if i've got it right i just add
> 
> AddHandler chiliasp .new
> 
> to /etc/httpd/conf/httpd.conf for the relevant vhosts where 
> .new is the file extension i want chiliasp to parse as asp. 
> and the restart apache.
> 
> do these changes get overwritten if i make modifications via 
> the admin GUI?
> 

I think that if instead you add 
AddHandler chiliasp .asp .new 

to access.conf, you don't have to worry.
-- 
Dan Kriwitsky

Please reply to the list only. Offlist replies are not read.