I've been using WAMP for some time now, creating several projects as well. Everything worked fine.
I've been using a different computer lately that runs on Ububtu 20.10 which has XAMPP instead of WAMP. I had a copy of my www directory from the previous computer that has WAMP. When I try to copy some of the content from the www directory to the htdocs of XAMPP and try to run them on a browser something unusual occurs.
The php files are blank. The browser shows a white page.
The html files throw an 403 error. With the message: "You don't have permission to access the requested object. It is either read-protected or not readable by the server".
Is this common? Is there any way to fix this?
Thank you