PHPFixing
  • Privacy Policy
  • TOS
  • Ask Question
  • Contact Us
  • Home
  • PHP
  • Programming
  • SQL Injection
  • Web3.0

Sunday, July 3, 2022

[FIXED] How to access htdocs folder when xampp can't open in mac Big Sur?

 July 03, 2022     macos-big-sur, xampp     No comments   

Issue

I just found that I couldn't open Xampp after upgrading to Big Sur. My question is: How do I access htdocs folder? I'm afraid that it will override the htdocs folder if I install the latest version of Xampp.


Solution

did you check the hide folder named ".bitname" in your profile root folder? If not, try to find the "xampp" folder inside ".bitname/machines" and copy it to another folder to backup current xampp data.

After isntall/reinstall xampp just put the folder back to the same place ".bitname/machines".

Steps:

  • Open Finder and make hidden files visible (cmd + shift + .)
  • Go to folder /Users/USERNAME/.bitnami/stackman/machines and backup/copy complete xampp folder to a safe place
  • Delete everything in folder /Users/USERNAME/.bitnami/stackman
  • Download from https://sourceforge.net/projects/xamp...
  • Install newest version of XAMPP
  • Run XAMPP once for all folders to be created
  • Quit XAMPP
  • Rename new folder /Users/USERNAME/.bitnami/stackman/machines/xampp to /Users/USERNAME/.bitnami/stackman/machines/xampp_original
  • Copy saved folder xampp to /Users/USERNAME/.bitnami/stackman/machines
  • Run XAMPP

PS: If you have another MAC maybe is a good idea to test it before using a simulated xampp instalation!



Answered By - Glauber
Answer Checked By - Senaida (PHPFixing Volunteer)
  • Share This:  
  •  Facebook
  •  Twitter
  •  Stumble
  •  Digg
Newer Post Older Post Home

0 Comments:

Post a Comment

Note: Only a member of this blog may post a comment.

Total Pageviews

Featured Post

Why Learn PHP Programming

Why Learn PHP Programming A widely-used open source scripting language PHP is one of the most popular programming languages in the world. It...

Subscribe To

Posts
Atom
Posts
Comments
Atom
Comments

Copyright © PHPFixing