
1. download WampServer 2.0 form http://www.wampserver.com/en/download.php and proceed with the installation
2. extract WFiles zip file content (WFilesStandardFree.zip) in c:\wamp\www\WFiles
3. start WampServer and connect to phpMyAdmin
4. create a new database and name as "wfiles", click on import button and select file C:\wamp\www\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, click on Wamp icon on the taskbar and select Apache/Modules Apache/rewrite_module, or edit file httpd.conf uncomment this line
- Code: Select all
LoadModule rewrite_module modules/mod_rewrite.so
8. open Apache configuration file, httpd.conf and add these lines
- Code: Select all
<Directory "c:/wamp/www/WFiles/">
AllowOverride All
Options FollowSymLinks
</Directory>
9. open file C:\wamp\www\WFiles\.htaccess and edit this line
- Code: Select all
RewriteBase /WFiles
10. Now you can connect with your browser to http://localhost/WFiles/ and enter in administration area with default login and password (admin,admin).

