| TechLife Zone HQ Get all the latest updates and news from TechLife Zone HeadQuarters. |
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
|
#1 (permalink) |
|
The Big Boss
![]()
|
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." |
|
|
|
#4 (permalink) |
|
The Big Boss
![]()
|
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." |
|
![]() |
| Bookmarks |
| Tags |
| error, htaccess, wordpress |
| Thread Tools | |
| Display Modes | |
|
|
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 |