Navigation » TechLife Zone > TechLife Zone > TechLife Zone HQ » [Fixed] News & Reviews site unavailable


TechLife Zone HQ Get all the latest updates and news from TechLife Zone HeadQuarters.

Reply
 
LinkBack Thread Tools Display Modes
Old 01-12-2010, 12:05 PM   #1 (permalink)
The Big Boss
 
RHochstenbach's Avatar
 
Join Date: Jun 2009
Location: The Netherlands
Age: 21
Posts: 433

Send a message via MSN to RHochstenbach Send a message via Yahoo to RHochstenbach Send a message via Skype™ to RHochstenbach

Default [Fixed] News & Reviews site unavailable

At this moment our Reviews site is offline, showing an error message. We're busy fixing this problem, but still don't know what is causing it.

Update: The Reviews site is back online! It appears to be caused by an issue with permalinks. Anyway for people who also get a Page Not Found message in Wordpress, create a new .htaccess file in the root of your Wordpress directory and put this code in it:
Code:
# BEGIN WordPress

<IfModule mod_rewrite.c>
ErrorDocument 404 /index.php?error=404
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>

# END WordPress
__________________
"There are only 10 types of people in the world - Those who understand binary, and those who don't."
  Reply With Quote
Old 01-13-2010, 04:50 AM   #2 (permalink)
IQ : 175
 
Barathdon's Avatar
 
Join Date: Oct 2009
Posts: 59


Default Re: [Fixed] News & Reviews site unavailable

That's a good news as News and Reviews is online.
  Reply With Quote
Old 02-04-2010, 03:25 PM   #3 (permalink)
 
Join Date: Feb 2010
Posts: 2


Default Re: [Fixed] News & Reviews site unavailable

It is good to know that the review site is online, but could you elaborate what does this simple code do? I am new to PHP and would love to know it
  Reply With Quote
Old 02-04-2010, 04:28 PM   #4 (permalink)
The Big Boss
 
RHochstenbach's Avatar
 
Join Date: Jun 2009
Location: The Netherlands
Age: 21
Posts: 433

Send a message via MSN to RHochstenbach Send a message via Yahoo to RHochstenbach Send a message via Skype™ to RHochstenbach

Default Re: [Fixed] News & Reviews site unavailable

Quote:
Originally Posted by seofusion View Post
It is good to know that the review site is online, but could you elaborate what does this simple code do? I am new to PHP and would love to know it
Wordpress uses so-called Permalinks. This uses alternate URLs which are more user-friendly and better for search engines. Now some unknown issue occurred, causing errors when loading any of those pages. And the script forces normal URLs, and now it works fine.
__________________
"There are only 10 types of people in the world - Those who understand binary, and those who don't."
  Reply With Quote
Reply

Bookmarks

Tags
error, htaccess, wordpress

   

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Rate News Website bozonessinc Showroom 9 01-28-2010 12:59 PM
Promoting your site bozonessinc Websites and Graphics 7 01-18-2010 03:19 PM
Rate A News Forum / Off-Topic bozonessinc Showroom 6 01-09-2010 12:45 PM
site name donkey42 Chat Lounge 10 01-08-2010 11:17 AM