@dejitaru Glad it helped. Honestly, if you don't notice the difference now, you likely won't notice it later either, at this level. FastCGI is designed to keep a few PHP processes running on the back burner, rather than creating a new process for each request. It can speed up a site if it's not accessed as frequently, but honestly I can't tell the difference currently, myself. If I had to pick, I'd use FastCGI, but ... other than that bias, I'm using whatever works ;-)
thanks for all you post and suggestions but i have tried everything and its still not working for me, my hosting company is westhost and the domain is http://donorwaitinglist.com/ every-time i try to edit the site settings i get the error "403 Forbidden" message, i have changed the settings.php permissions and also the httaccess file from the original to what was recommended here. any other suggestions would be greatly appreciated.
Comments
I am having exactly the same problem of 404 error in:
http://[siteurl].com/forum/
but not in:
http://[siteurl].com/forum/index.php/
I believe the problem is in .htaccess and with the mod_rewrite, but I just have no idea how come by adding the RewriteBase doesn't work for me..
any1 still following this issue? I am on a host "streamline" in the uk...
any other suggestions would be greatly appreciated.
Vanilla Forums COO [GitHub, Twitter, About.me]
Any ideas? PS: Great job on the RC!
Simply replace "/$1" to "?$1" ! Tested on Vanilla2 RC1.
Tried the htaccess solution, and the $Configuration['Garden']['RewriteUrls'] = FALSE; solution to no avail.
Any other suggestions? Apparently this "was" fixed in Vanilla 2.0.6, but that's the version i'm having problems with, how about all of you?