Forum

supporting custom extension types

Derek
30 August 2010, 05:51


Hiawatha version: 6
Operating System: Win XP

Is it possible to define custom file extensions to be read as .php
Nicolas de Leon
30 August 2010, 21:45
Sure - just change the Extension in your FastCGIserver {} block. (From http://www.hiawatha-webserver.org/howto/cgi_and_fastcgi)

FastCGIserver {
FastCGIid = PHP5
ConnectTo = ip:port
Extension = yourexthere
}
VirtualHost {
...
UseFastCGI = PHP5
}
Derek
30 August 2010, 23:00
awesome thanks
This topic has been closed.