500 Internal Error

Permalink
I have a site that is on C5.4.2.1 and everything is working fine until I go to "Add Functionality". For some reason when I click on this page (http://www.site.com/index.php/dashboard/install/) I get the following error.

HTTP Error 500 (Internal Server Error): An unexpected condition was encountered while the server was attempting to fulfill the request.

The only thing that I have in my .htaccess folder is the pretty URL re-direct.

<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php/$1 [L]
</IfModule>

Anyone have any thoughts as to how I can fix this?

bryanlewis
 
globalnerds replied on at Permalink Reply
globalnerds
I would remove the pretty URLS from your .htaccess file and see if that fixes it.

If it doesn't you may have to contact your hosting provider to see if there are any issues with the server.