Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Installing on Windows with IIS
I'm trying to install the latest version of Vanilla on a Windows/IIS7 server but I can't get past the installation screen of Vanilla.
I keep getting bounced back to the installation page. With no error message.
If I check the conf directory there has been created files like "conAD3F.tmp" with my config data but the config.php is empty. If I manually copy the content of one of the tmp files to config.php I still get the installation page but with some prefilled fields.
When I check the database I see that there has been tables created, and the user I created is also there.
In my web.config I tried to simulate the htaccess rewrite with:
<configuration> <system.webServer> <rewrite> <rules> <rule name="Main Rule" stopProcessing="true"> <match url=".*" /> <conditions logicalGrouping="MatchAll"> <add input="{REQUEST_FILENAME}" matchType="IsFile" negate="true" /> <add input="{REQUEST_FILENAME}" matchType="IsDirectory" negate="true" /> </conditions> <action type="Rewrite" url="index.php\?p=$1" /> </rule> </rules> </rewrite>
but I'm not sure I got it right.
I'm using php 5.2.13
Tagged:
0
Answers
you are going into fairly uncharted territory. Some people may have done it but it is not supported.
I would search for IIS
grep is your friend.
you might wan to check this out
http://www.helicontech.com/ape/
grep is your friend.
I don't think my problem is with the rewrite stuff. Can't get the installation page to work. The latest version on Vanilla was release yesterday(?). Maybe a bug? Anyone installed the latest release on Windows/IIS?
have you turned on error logs and debug mode?
grep is your friend.
no, good idea, will try that
Didn't help much, did get any errors. but same result