I have a virtual windows server and i am trying to get concrete5 to run on it - so far with no success.
I am using IIS 7 and i also have plesk control panel installed.
I did 2 things that helped:
1. I upgraded to the latest version of php(5.3).
2. I noticed when i was accessing concrete5, i wasn't using index.php at the end of the url, and so IIS was redirecting to a different version of php. Once i added index.php to the url everything was fixed :).
Later i also fixed IIS to work without index.php.
Code
Post Reply
Delete Post
You are allowed to delete your post for 5 minutes after it's posted.
I did 2 things that helped:
1. I upgraded to the latest version of php(5.3).
2. I noticed when i was accessing concrete5, i wasn't using index.php at the end of the url, and so IIS was redirecting to a different version of php. Once i added index.php to the url everything was fixed :).
Later i also fixed IIS to work without index.php.