Well, it seems that only adding the application root to all paths will solve the problem. Here are the steps to deploy it:
- Install PHP via FastCGI. In php.ini,
- enable
short_open_tag - set
error_reporting to E_ALL & ~E_NOTICE
- Import rewrite rules from .htaccess into UrlRewriter 2.0 + (currently, beta).
- Remove RewriteBase + two conditions, as well as the first rule
- Rewrite everything else as relative, not absolute (
/index.php → index.php )
- Fix URLs in TestSwarm
I will try to present most of this as a patch (web.config + php patch), but I'm still very new to Git, so it can take several days until I get it :)
source share