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.

Setting up Vanilla on IIS with Helicon APE

So, I am attempting to set up vanilla on a Win2k8 server (IIS 7).

I am putting it into a subfolder on the site under /forum.

I try to go to http:///thedomain.com/forum and get a 404.

So, I have installed helicon APE to handle the re-write for the URL.

I've made the .htaccess file as follows:

# Modified # If you modify this file then change the above line to: # Modified <IfModule mod_rewrite.c> RewriteEngine On # Certain hosts may require the following line. # If vanilla is in a subfolder then you need to specify it after the /. # (ex. You put Vanilla in /forum so change the next line to: RewriteBase /forum) RewriteBase /forum RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_FILENAME} !-f RewriteRule ^(.*)$ index.php\?p=$1 [QSA,L] </IfModule>

I uploaded it to the server in the forum folder and still no go.

Not too sure what I could be doing wrong. I am assuming that helicon is working correctly too, but I could be an issue with that as well.

Anyways, any help is greatly appreciated. Thanks!

Comments

Sign In or Register to comment.