[QUOTE=The Frog]
Also, have you guys included index.php as one of the default pages (in IIS I presume)? Because I’m having to manually type “index.php” in there…
TIA
[/QUOTE]
Not sure about PSP Globals; someone from jodo will have to answer that. But I can help you with the index problem.
In control panel go to your domain and click on Web Services. Down near the bottom, you’ll find Directory Indexes. Turn it on and then edit. You can set up different types of pages, separated by a space, and IIS will look for them in that order. For exaple:
index.php index.htm index.html default.aspx
[QUOTE=riley]
In control panel go to your domain and click on Web Services. Down near the bottom, you’ll find Directory Indexes. Turn it on and then edit. You can set up different types of pages, separated by a space, and IIS will look for them in that order. For exaple:
index.php index.htm index.html default.aspx
riley
[/QUOTE]
Thanks for your explanation. I was having a problem with having to type index.php also. My problem is now solved by editing “Directory Indexes”.