Site won't load at all...
PermalinkSite URL ishttp://www.transfiguration.com
The HTACCESS File looks like this:
# -- concrete5 urls start --
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php/$1 [L]
</IfModule>
# -- concrete5 urls end --
# -- concrete5 urls start --
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php/$1 [L]
</IfModule>
# -- concrete5 urls end --
Any ideas of where I can start looking? I'm completely baffled.
The only other thing I've noticed that's weird is the database collation is showing the tables as latin1_swedish_ci and I'm positive when we set it up it was utf8_unicode_ci
Not sure what that's about?
In addition to the site not loading, we are unable to get to the dashboard.
Although we can load the file:
http://www.transfiguration.com/dgtest.php...
That may provide some useful tidbit of information, but if it does, I can't find it.
Have you updated recently? If yes, was it updated through the dashboard or using FTP?
http://www.concrete5.org/community/forums/chat/index-php-returns-bl...
EXCEPT, we can't get to a login screen like they can.
# -- concrete5 urls start --
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php/$1 [L]
</IfModule>
# -- concrete5 urls end --
You dont need to have this twice in your .htaccess.
Then delete your cache files inside /files/cache
See if that helps.