Hi, I recently moved to a dedicated server and before I moved, I had a php.ini script and a .htaccess script which helped execute my email.php scripts. Now that I've moved to the dedicated server, I am getting an Internal Server Error. My php.ini file: register_globals=On My .htaccess file: suPHP_ConfigPath /home/trhou2/public_html <Files php.ini> order allow,deny deny from all </Files> I would appreciate any help that can be offered. Thanks! Dustie
Try renaming the .htaccess file. It may not be needed. It is also possible that the contents of your php.ini should be in your .htaccess. It all depends on how the server is configured. Some combination of the above should solve the problem.
No Luck. I tried these options and they didn't work. suPHP_ConfigPath /home/trhou2/public_html register_globals=On <Files > order allow,deny deny from all </Files> and suPHP_ConfigPath /home/trhou2/public_html register_globals=On
Try disabling suPHP, suPHP and PHPsuexec both can produce 500 errors, if suPHP is vital then you might also be able to fix it by changing the permissions of the files involved to lower levels (if it doesn't need to be written to make it unwritable).
Be sure the permissions of the files is 755 or lower/more secure level. PHPsuEXEC and similar modiles black any script from running which is insecure.
/home/trhou2/public_html This path is most likely different now, you can find the correct path with a php command.. just forgot the command now;x or login as root with winscp(if you use linux) and find the correct path