Site won't load at all...
Permalink
Worked fine on Friday. Sometime between then and now stopped working. Had the host restore the backup from Friday, but still not working.
Site 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.
Site 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.
Trying that. I'm working on the same project as Matt.
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?
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?
No joy.
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.
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.
What is the permission set at on your /config directory?
777
Looks like you have a few extra files in that directory that may be conflicting.
Have you updated recently? If yes, was it updated through the dashboard or using FTP?
Have you updated recently? If yes, was it updated through the dashboard or using FTP?
Well, the host uploaded the backup from Friday (when it was working). Not sure how they restored, but guessing it was FTP.
Found this thread (which is the same problem we are having)
http://www.concrete5.org/community/forums/chat/index-php-returns-bl...
EXCEPT, we can't get to a login screen like they can.
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.