Good News for Orangescrum Project Management Tool Open Source users
specially IIS server users!
Our R&D department constantly evaluates the installation
process for Orangescrum opensource Edition and expand its outreach. We have now
tested and documented the installation process for the IIS (windows) server.
The question is How to install Orangescrum on IIS
server?
You need to rewrite your URL in CakePHP native code to
install Orangescrum on IIS servers.
How to Rewrite URL on IIS7 (Windows hosts)?
IIS7 does not natively support .htaccess files. While there
are add-ons that can add this support, you can also import htaccess rules into
IIS to use CakePHP’s native rewrites. To do this, follow these steps:
- Use Microsoft’s Web Platform Installer to install the URL Rewrite Module 2.0 or download it directly (32-bit / 64-bit).
- Create a new file called web.config in your CakePHP root folder. (in webroot folder)
- Using Notepad or any XML-safe editor, copy the following code into your new web.config file Read More
No comments:
Post a Comment