A AusRob Member Apr 17, 2009 #1 Apr 17, 2009 #1 Hello, A customer of ours has the following in a .htaccess Code: Action tt2 /cgi/tt_handler.pl AddHandler tt2 .htm AddHandler tt2 .html However it does not parse in litespeed could someone give us the correct directives for litspeed Thanks
Hello, A customer of ours has the following in a .htaccess Code: Action tt2 /cgi/tt_handler.pl AddHandler tt2 .htm AddHandler tt2 .html However it does not parse in litespeed could someone give us the correct directives for litspeed Thanks
M mistwang LiteSpeed Staff Apr 17, 2009 #2 Apr 17, 2009 #2 It does not work LSWS now, you can change it to use rewrite for the same result like Rewrite ^(.*\.(htm|html))$ /cgi/tt_handler.pl/$1
It does not work LSWS now, you can change it to use rewrite for the same result like Rewrite ^(.*\.(htm|html))$ /cgi/tt_handler.pl/$1