Hi All! I am all new to this... Trying to install Dolphin on a Linux shared server. I am following the instructions. I uploaded all folders and files to the root directory of my site. When I tried to open install/index.php, I got the 500 Internal Server Error.
I saw that I am supposed to add# in front of the php_flag line and Options -Indexes lines in .htaccess files. So I did all that. Still, I am getting the 500 error.
I had already created the database in phpMyAdmin.
Is there something I am not doing right? Or is there something I need to do or enable on the server in order for this to work?
Please help!
this is a support related inquiry, just in case you were unable to determine that.
post in the forum and i will help you, but i refuse to help somebody who doesnt know how to follow rules.
later,
DosDawg
You are quite harsh though. Not sure if that was necessary. But obviously, you felt very strongly about it. So, whatever, man, you are entitled.
This will probably depend on whether you have php compiled as apache or cgi.
Sounds like this might be cgi. Which would through the 500 internal server error. Do try to comment those out you mention with a # sign.
If you have a windows server this is a whole new ball game as most have linux.
Comment the lines out with # let us know if you have linux or windows. Who your host is or if they have see more
After finished.. you can used again
Maybe with remove the 1st line "Options -MultiViews"
Besides, if you look at the bottom of the file when opened you have </ifmodule> whereas there is no <ifmodule> at the beginning. Copy this few lines and replace it with the one you have.
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^articles/{0,1}$ articles.php [QSA,L]
RewriteRule see more
First of all I'm sorry about my English. I'm Brazilian.
Reading the forum I noticed many other users getting the same error. I already did all the changes into PHP.ini and .HTACCESS but I'm still getting an error into Dolphin installation (500 Server Internal Error).
Please, can someone help me?