Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

indent
1
1
{panel}
\\
*Restart apache*, open a web browser and go to the following URL’s:\\
\\
      http://localhost/xampp \\
\\
and\\
\\
      http://localhost/phpMyAdmin \\
\\
and if drupal is installed\\
\\
      http://localhost/drupal \\
\\
{panel}

...

indent
1
1
{panel}
\\
* What to do when you encounter the following error during item 4 (Verify the installation) above:\\
\\
           !badSymLink.jpg! \\
\\
The above error indicates the *installed version of XAMPP does not support SymLinks*.\\
\\
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*.\\
\\
{panel}