XAMPP Setup on Windows

XAMPP Setup on Windows

Postby administrator on Tue Dec 04, 2007 11:22 am

Follow this instructions to install XAMPP and WFiles on your Windows Server:
Image

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).
administrator
Amministratore
 
Posts: 8
Joined: Wed Nov 21, 2007 10:25 am

Return to Installation and Configuration

Who is online

Users browsing this forum: No registered users and 0 guests

cron