Vanilla 1 is no longer supported or maintained. If you need a copy, you can get it here.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
install php file wants to save
This discussion has been closed.
Comments
Go ahead and download XAMPP. Once that is installed, there will be a htdocs folder inside that, which is where you need to put Vanilla.
Fire up your browser, type in localhost/vanilla/ (xampp delivers everything from it's htdocs folder though the network loopback name--which happens to be "localhost". You could also try 127.0.0.1/vanilla) and you sould get the installer from there.
Did you have Firefox open already when you started/restarted apache? Sometimes it gets stubborn and won't accept the server's content-type changes. Closing all windows and restarting the browser will fix, if this is the issue.
Do the php files in the vanilla folder have execute permissions for the user or group apache is running under? The server probably defaults to text/plain if it can't execute a handler.