I’ve made a design for my parents’ school website over this weekend. We are a public school in Bangkok, Thailand. So if you have any kids age between 2-6 years, go ahead.
Lastest version: W+B version 0.5( November 15, 2008 )
Download file: Not available (yet)
Detail: I just could not find a WordPress theme that I really like. A theme that is not really interfering contents inside the blog. I decided not to waste more time finding it. Rather I make one myself. What I did is simplify this theme as much as I can so it would look still, steady, and classic. This theme still needs more developments. It might not work well with customizing widgets. I am still working on.
What’s on the fixing list:
- Viewing on IE6
- Border around pictures.
- Widgets
PS. Please let me know what needs to be fixed, but I shall do what I want anyway. Seriously, if there’s a bug, let me know.
What is 404 Not found page?
- It is a non-exist website page. Let’s say when you go to a web page and the link is broken. There will be a screen dedicating that the page you are trying to go is not exist.
What is 403 Forbidden path page?
- It is a page that web page that webmaster would not like to have users access that URL. Mostly this page is used for hiding files in folder which does not contain index page within it.
.htaccess file
First off, you have to go to your .htaccess file on your Apache server. Normally, .htaccess file is in a root folder. In case, you cannot find it, you can just create a new one and paste it on your root folder. .htaccess file will control configurations normal basis of the server.
To customize 404 page:
You have to add ErrorDocument 404 /filename.html in the .htaccess file. The path file can be *.html, *.php or anything you would like to be. Then basically, whenever users get to a broken link on your website, they will be sent to the path you dedicated. After you set up, you, now, will be able to customize or design the error page anything as you want.
To customize 403 page:
You have to add Options -Indexes in the .htaccess file to turn off displaying files in non-index directory. Then add ErrorDocument 403 /filename.html. The path file can be *.html, *.php, or anything you want. When they are trying to go to an existing folder and expecting to see all of the files in that non-index folder, they will be sent to the path you dedicated. Now, you can start making a page for 403 error for you website.
Example in .htaccess file will be like
Options -Indexes
ErrorDocument 404 /404.php
ErrorDocument 403 /403.php
You may see my 404 Not found page here
http://blog.chaowadee.com/errorpage.html
Here is for 403 Forbidden path page here
http://blog.chaowadee.com/non-index_folder/
During past months, I redesigned the entire looks of Chaowdee School’s website. It has the combination of php scripting, CSS, and variety of interface designs. I was trying to bring the likes of web2.0 to show audience that the school isn’t getting old, but they keep up with the new innovation and the apparent of the school.
Feel free to visit chaowdee.com


