To reconfigure XAMPP do the following:\\
\\
* Remove the SymLinks that were created in 3. above.. This can be done by opening a CMD window, changing the working direcory to *c:\var\www\html*, and executing the following command lines:\\
\\
*linkd xampp /D*\\
\\
*linkd phpMyAdmin /D*\\
\\
and if you have *drupal* installed, remove the addition link:\\
\\
*linkd drupal /D*\\
\\
* Open *Windows Explorer* and do the following:\\
\\
*copy the xampp directory from the c:\xampp\htdocs directory to the c:\var\www\html directory*.\\
*copy the phpMyAdmin directory from the c:\xampp directory to the c:\var\www\html directory*.\\
\\
and if you have *drupal* installed:\\
\\
*copy the drupal-6.13 directory for c:\ to the c:\var\www\html directory and rename the newly created drupal-6.13 directory to drupal*.\\
|