celinafregoso99
- Total activity 4
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 0
Activity overview
Latest activity by celinafregoso99-
celinafregoso99 created a post,
Point subdomain to firebase hosting
I have Godaddy hosting. My requirement is simple, I need to point app.example.com to example.web.app For that I have done these steps I verified the main domain with the txt entry. I also did a ...
-
celinafregoso99 created a post,
Cpanel autentification
I try to do a php script to connect to my cpanel and modify some dns settings. I have a problem with the autentificationhttps://burrito.o2switch.net:port/login/?login_only=1"; $curl = curl_init();...
-
celinafregoso99 created a post,
On Local woks, but on CPANEL server ModuleNotFoundError: No module named
I have a flask web-application, and I would like to order the *.pi files into Python packages (folders with init file.py). On localhost, everything runs well
-
celinafregoso99 created a post,
Express.js not working properly (403) after deployment
I have created a MERN stack application and it works just fine in local host