
1. download XAMPP for Windows at http://www.apachefriends.org/en/xampp-windows.html and proceed with installation
2. extract WFiles zip file content (WFilesStandardFree.zip) in C:\xampp\htdocs\WFiles
3. start XAMPP and navigate with your browser to http://localhost, select PhpMyAdmin
4. create a new database and name as "wfiles", click on import button and select file C:\xampp\htdocs\WFiles\INSTALL\DATABASE.sql
5. create a new directory "c:\root" and set full control permissions for Everyone.
6. navigate with your browser to http://localhost/WFiles/INSTALL/ and follow the instructions.
7. enable rewrite_module in Apache, edit file C:\xampp\apache\conf\httpd.conf and uncomment this line
- Code: Select all
LoadModule rewrite_module modules/mod_rewrite.so
8. open Apache configuration file, C:\xampp\apache\conf\httpd.conf and add these lines
- Code: Select all
<Directory "C:/xampp/htdocs/WFiles/">
AllowOverride All
Options FollowSymLinks
</Directory>
9. open file C:\xampp\apache\bin\php.ini and edit this line
- Code: Select all
include_path = ".;C:\xampp\php\pear\"
to
- Code: Select all
include_path = ".;"
save file and restart XAMPP.
10. Now you can connect with your browser to http://localhost/WFiles/ and enter in administration area with default login and password (admin,admin).

