Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Site went blank
#1
Hi,

My website went blank. The live site, as well as the admin login shows only blank.

I enabled debug mode, but it remains the same. Could someone perhaps help?

The site is www.profilecuttingservices.co.za

Thanks.
Manager of a manufacturing workshop.
Reply
#2
check CHMOD and .htaccess
or check error log on your host
Reply
#3
Hi knikonov,

Thanks for the reply. I checked the error log. No errors. I CHMODed the data folder recursively to 755 (I think it was that, but I did it just to be sure).

Here is the data on my HTACCESS:

AddDefaultCharset UTF-8
Options -Indexes

# blocks direct access to the XML files - they hold all the data!
<Files ~ "\.xml$">
Order allow,deny
Deny from all
Satisfy All
</Files>
<Files sitemap.xml>
Order allow,deny
Allow from all
Satisfy All
</Files>

RewriteEngine on

# Usually RewriteBase is just '/', but
# replace it with your subdirectory path
RewriteBase /

RewriteRule ^blog/tag/([^/.]+)/?$ index.php?id=blog&tag=$1 [L]
RewriteRule ^blog/post/([^/.]+)/?$ index.php?id=blog&post=$1 [L]
RewriteRule ^blog/page/([^/.]+)/?$ index.php?id=blog&page=$1 [L]
RewriteRule ^blog/archive/([^/.]+)/?$ index.php?id=blog&archive=$1 [L]

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule /?([A-Za-z0-9_-]+)/?$ index.php?id=$1 [QSA,L]
RewriteCond %{HTTP_HOST} ^profilecuttingservices.co.za
RewriteRule (.*) http://www.profilecuttingservices.co.za/$1 [R=301,L]

See anything wrong there?
Manager of a manufacturing workshop.
Reply
#4
What's with the fuckin poll
NEW: SA Admin Toolbar Plugin | View All My Plugins
- Shawn A aka Tablatronix
Reply
#5
(2013-01-29, 23:44:14)shawn_a Wrote: What's with the f'n poll

What's wrong with it? If you don't know the answer, then don't look at it. ;-)
Manager of a manufacturing workshop.
Reply
#6
or I can just delete it. Smile
NEW: SA Admin Toolbar Plugin | View All My Plugins
- Shawn A aka Tablatronix
Reply
#7
(2013-01-30, 00:01:21)shawn_a Wrote: or just delete it. Smile

Why? It was a perfectly legit question. You're just jealous cos you have no imagination, I suspect.

How's about helping out with my problem. Be the sort of person people want to like.

;-P
Manager of a manufacturing workshop.
Reply
#8
did you try removing all your rewrite rules?
It is clearly not going to getsimple, do you have some other index it cuold be rendering ?

Are you sure your host is on www and not some other virtual host ?
NEW: SA Admin Toolbar Plugin | View All My Plugins
- Shawn A aka Tablatronix
Reply
#9
Hi Shawn,

Thanks for the reply. I checked. There are no other index files. I also removed everything in the HTACCESS from "rewrite engine on" and on. Uploaded, and it's still blank.

Should I post the index content here?

You still haven't told us how many eyes you reckon the average smorgindorflingurg has. ;-)
Manager of a manufacturing workshop.
Reply
#10
zero, the smorgindorflingurg has zero number of eyes.

Something has to be grabbing your site.

Try sticking a basic html index in there and see if it even works.

http://profilecuttingservices.co.za/admin/humans.txt
works
http://profilecuttingservices.co.za/admi.../style.php
works

There has to be something in some log somewhere.

try a simple
<?php phpinfo(); ?>
And see what version you are running.
NEW: SA Admin Toolbar Plugin | View All My Plugins
- Shawn A aka Tablatronix
Reply
#11
Do you have a PHP error log? Have you tried installing a clean copy of GS in a subfolder to see if it even works? If it does work, then we know it's with your site. If it doesn't work either you should contact your host; possibly something is wrong on their end.
Edit: probably not something on your host's end; you host with HostGator and they wouldn't just screw something up.
Reply




Users browsing this thread: 1 Guest(s)