johnmerlino Posted August 30, 2010 Share Posted August 30, 2010 Hey all, When I try to access: http://localhost/~username/phpmyadmin I get: 500 Internal Server Error If you are the administrator of this website, then please read this web application's log file to find out what went wrong. However, it is able to connect to: http://localhost/~username/ which gives the "your website" apache theme. I can also access something like: http://localhost/~username/info.php and it works. But when I try to give a name of a directory: http://localhost/~username/mysite or http://localhost/~username/phpmyadmin I get that 500 Internal Service Error. I was able to access phpmyadmin in the same directory a month ago. So I am not sure what has happened since then. I tried googling the error message and the responses weren't too helpful or didn't ring abell for me. Thanks for any response. Quote Link to comment https://forums.phpfreaks.com/topic/212042-500-internal-server-error-if-you-are-the-administrator-of-this-website/ Share on other sites More sharing options...
cags Posted August 30, 2010 Share Posted August 30, 2010 Do you have any .htaccess files, or are you using mod_rewrite in any of your .conf files? It seems likely that you have some kind of rewrite issue. If info.php hadn't worked I'd have said perhaps there was a problem with PHP/Apache set-up, but given that info.php does work, this seems unlikely. Quote Link to comment https://forums.phpfreaks.com/topic/212042-500-internal-server-error-if-you-are-the-administrator-of-this-website/#findComment-1105193 Share on other sites More sharing options...
wildteen88 Posted August 30, 2010 Share Posted August 30, 2010 The actual errors messages will be logged in Apaches error log. Post the logged errors here when you get the 500 Internal Error Message. Quote Link to comment https://forums.phpfreaks.com/topic/212042-500-internal-server-error-if-you-are-the-administrator-of-this-website/#findComment-1105198 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.