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?
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?
If it doesn't you may have to contact your hosting provider to see if there are any issues with the server.