500 Internal Server Error

asked Aug 3, 2012 by bashir (240 points)
Dear all,
I'm installing SEOTOASTER V.2 latest version.
When i downloaded the compressed zip file from seotoaster website and uploaded to my server trough file manager, and extracted there.
Now when I visit website want to install, this error appear :
500 Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
etc...

Also i changed the .htaccess file still not solved, What is the problem !

Thanks

2 Answers

answered Aug 3, 2012 by Pavel Kovalyov (2,300 points)
Hello bashir,
please provide us more details about your server, such as WebServer name+version, PHP and Mysql versions.
And probaly you have php error log messages... That's way we can try to help you.
answered Aug 11, 2012 by Ciatronical (950 points)
If you have a Debian based OS try:
chmod -R www-data: .htaccess    
a2enmod rewrite
/etc/init.d/apache2 restart
Helpful is to read:
less /var/log/apache2/error.log
commented Sep 10, 2012 by citytierhost (120 points)
Hello,

I have the same issue,

Apache version    2.2.22
PHP version    5.3.15
MySQL version    5.1.63-cll

Thank you
...