IIS 6.0 .htaccess
Posted
by Gully
on Stack Overflow
See other posts from Stack Overflow
or by Gully
Published on 2010-04-26T22:10:51Z
Indexed on
2010/04/26
22:13 UTC
Read the original article
Hit count: 273
You can 'fake it' .php being a .html file using .htaccess:
AddType application/x-httpd.php .html .htm
how can i do this in using IIS 6.0?
© Stack Overflow or respective owner