Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Site went blank
#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


Messages In This Thread
Site went blank - by johnflower - 2013-01-29, 17:10:52
RE: Site went blank - by knikonov - 2013-01-29, 18:53:58
RE: Site went blank - by johnflower - 2013-01-29, 19:31:36
RE: Site went blank - by shawn_a - 2013-01-29, 23:44:14
RE: Site went blank - by johnflower - 2013-01-29, 23:46:10
RE: Site went blank - by shawn_a - 2013-01-30, 00:01:21
RE: Site went blank - by johnflower - 2013-01-30, 00:03:11
RE: Site went blank - by shawn_a - 2013-01-30, 00:42:15
RE: Site went blank - by johnflower - 2013-01-30, 01:08:09
RE: Site went blank - by shawn_a - 2013-01-30, 01:38:31
RE: Site went blank - by shovenose - 2013-01-30, 15:33:54



Users browsing this thread: 4 Guest(s)