----------------------------------------------------------------
WoWza - World of Warcraft Theme 1.01
by Kiven
http://codamon.com
README
----------------------------------------------------------------

UPDATE for 1.01: fixed some minor text issues.

How to install
--------------
Extract the zip/rar file and copy the WoWza folder to your 
/wp-content/themes directory

Go to your WP ADMIN PANEL and enable WoWza under the 
PRESENTATION tab. Enjoy.


FAQs
----
What are the requirements for WoWza?
WoWza requires FTP access to your webserver, a copy of 
Wordpress 2.0.x (havent tested it yet with older versions) or later, 
and that your Wordpress installation has access to your WP database. 
A fair bit of knowledge about HTMl and CSS will help you customize the theme further.

How do i activate the customized 404 page?
By default, if WordPress cannot find a particular page it will look for the 404.php web page. However, there may be cases where the web server encounters a problem before WordPress is aware of it. In that case, you can still guarantee that your web server sends the visitor to your 404.php template file by configuring your web server for custom 404 error handling. To tell your web server to use your custom error files, youll need to edit the .htaccess file in the main directory (where main index.php file resides) of your WordPress installation. If you dont have an .htaccess file, see Editing Rewrite Rules (.htaccess) on how to create an .htaccess file.

To ensure the server finds your 404 page, add the following line to your .htaccess file:

    ErrorDocument 404 /index.php?error=404

The url /index.php is root-relative, which means that the forward slash begins with the root folder of your site. If WordPress is in a subfolder or subdirectory of your sites root folder named wordpress, the line you add to your .htaccess file might be:

    ErrorDocument 404 /wordpress/index.php?error=404



Kindly send comments, experience, suggestions using WoWza by visiting http://codamon.com. Thank you for downloading.
