Internal Server Error after Permissions Reversal step please help...
Internal Server Error after Permissions Reversal step please help... |
turn off register globals in your htaccess file
later, DosDawg When a GIG is not enough --> Terabyte Dolphin Technical Support - Server Management and Support |
Is your server using suPHP (or PHPsu.exec)?
If so, you need to remove any php instructions within your .htaccess file as suPHP does not allow php instructions within .htaccess. This will cause a server 500 error.
Dolphin 6.1.1 comes with a php instruction ( xxx register globals = off) in .htaccess by default. Move it into your php.ini file.
I hope this helps. There are none so blind as those that will not see. |
Open the .htaccess at the root. Remove the line that starts with php_flag ---- |
tnx! i had the same problem. i removed the line with php_flag and it fixed it :) ron |