You can download PIWI from:
http://code.google.com/p/piwi
After downloading place the 'piwi' folder containing the
'index.php' in your favorite webserver.
XAMPP:
When you are using XAMPP you have to do the following to use PIWI:
-
'\apache\conf\httpd.conf':
-
Comment in the following line:
LoadModule rewrite_module modules/mod_rewrite.so
-
'\apache\bin\php.ini':
- Uncomment the following line:
extension=php_domxml.dll
- Comment in the following line:
extension=php_pdo_sqlite.dll
(only when you want to use SQLite 3 databases)
Other hosting providers:
Depending on your hosting provider you maybe have to
comment in some settings in the main
'.htaccess' file:
- Use this line to enable PHP 5. This is only required if PHP 4 is the default PHP engine.
AddType x-mapp-php5 .php
- Use this line if you get 404-errors.
RewriteBase /