PDA

View Full Version : Expand make_docroot() to include index.asp and index.aspx


Zoon
6th September 2005, 22:02
Edit function make_docroot() in /root/ispconfig/scripts/lib/config.lib.php to include index.asp and index.aspx and default.asp and default.aspx to avoid index.html being copied into webroot for vhosts using mod_asp or mod_mono and therefore will have an index page named as above.

falko
6th September 2005, 22:07
Edit function make_docroot() in /root/ispconfig/scripts/lib/config.lib.php to include index.asp and index.aspx and default.asp and default.aspx to avoid index.html being copied into webroot for vhosts using mod_asp or mod_mono and therefore will have an index page named as above.

I'll have a look at this when I'm back from holidays next week. Shouldn't be a big issue. :)

falko
14th September 2005, 04:32
I'll have a look at this when I'm back from holidays next week. Shouldn't be a big issue. :)
It's now in the SVN repository! :)

Zoon
26th September 2005, 22:50
I see it made it into 2.0.9 :D Thanks!!