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.
Error 500
Hello,
I'm trying to install Vanilla on my web space but I'm not able to pass the 500 error.
My hosting provider has PHP Version 4.4.4, MySql 4.0.27 so requirements are satisfied. All directories have 755.
I've uploaded all files under a directory called "vanilla" but if I acces this directory I've got "500 Internal Server Error" instead of setup wizard.
Looking at server log I've found: "/web/htdocs/www.xxx.it/home/vanilla/.htaccess: Options not allowed here"
It seems that "Options" directive is not permitted by my provider so I've deleted "Options +FollowSymLinks -Multiviews" from .htaccess but error 500 is always there
and now there are no errors in server log... so what's wrong?
Is "options" directive absolutely necessary?
Please help, thanks
I'm trying to install Vanilla on my web space but I'm not able to pass the 500 error.
My hosting provider has PHP Version 4.4.4, MySql 4.0.27 so requirements are satisfied. All directories have 755.
I've uploaded all files under a directory called "vanilla" but if I acces this directory I've got "500 Internal Server Error" instead of setup wizard.
Looking at server log I've found: "/web/htdocs/www.xxx.it/home/vanilla/.htaccess: Options not allowed here"
It seems that "Options" directive is not permitted by my provider so I've deleted "Options +FollowSymLinks -Multiviews" from .htaccess but error 500 is always there
and now there are no errors in server log... so what's wrong?
Is "options" directive absolutely necessary?
Please help, thanks
0
This discussion has been closed.
Comments
You must have the permission to use this option in a .htaccess file, I guess. But I'm sorry I don't know much about that and how to configure it the right way.
but .htaccess is necessary? If I delete this file Vanilla can work?
I have no error in server log so I don't know what to do...