Rickstar
Rickstar

Reputation: 6189

IIS 6.0 .htaccess

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?

Upvotes: 1

Views: 492

Answers (1)

Scuzzy
Scuzzy

Reputation: 12332

If you have access to the IIS Manager:

Website Properties > Home Directory (Tab) > Configuration (Button) > Mappings (Tab)

You should be able to assign what application/dll handles certain file extensions.

Upvotes: 2

Related Questions