I have installed MAMP on my machine(iMac) around 1 year back. Usually I start MAMP server on my iMac & I access the PHP files and all from my iPad/MacBook Pro.
But, recently, I am not able to access the MAMP server from other machine.
Steps I do follow regularly.
Drop all my project files in htdocs folder.
Start MAMP server.
Using ip address of my iMac, I will access my application from other machine i.e.,
http://192.168.1.32:8888/index.html
Both my iMac & other machines are on same wifi network.
Previously it was working fine. But from one month onwards, its not working.
I am not able to connect to http://192.168.1.32:8888/index.html
I have even tried installing MAMP on my MACBOOK PRO too. Even then, same problem.
What could be the reason for this?
Do I have to make any changes in the MAMP application files?
Related
on windows 10 apache was running without any issues after I updated my windows from windows 10 to 11,
I tried everything on this link and it didn't work at all and I tried to install deferent versions of XAMPP and it didn't work at all
and the only thing that I notice that windows defender didn't give me an alert for access,
idk if that is the problem, and I tried to give it access manually and it didn't work as well
note: MySQL running perfectly.
So im a dev for a GTA server, and im trying to use Wampserver on a Dedicated server, i have wamp all configured but when i go to the directory on the server it working for this sake lets say the ip is 144.144.144.1 so the directory is http://144.144.144.1:8081/manager/ which works on the actual server but when i go to that URL on my actual computer it says this. https://gyazo.com/2492ec034a9d97a11bd5663a0240b1a5
I have an Ubuntu machine in Azure with my Laravel project and it works good. Today, I used Laravel Auth on my localhost environment and it works too. I save the data in a local database.
Now I need to update my Laravel project in Azure. It is just update the project or I need some configuration on virtual machine to work with the local database?
The only thing you should focus is you have an Ubuntu instalation, either it is on DigitalOcean, AWS or Azure, all are same.
Secondly, consider installing Laravel Homestead on your local machine. That will assure you that the server and local development have all the same components, so you can be pretty sure that if it works on your localhost, it will work in your server.
As for your question, please conpare the verion of the components on your system (local) and server. If both are same, everything would be fine.
This may be trivial, but I would like to know how you guys would go about this.
So I was making a website for a department of my university this summer, and now is the time I have to move all the source files and database files from XAMPP directory onto the server. I've got the access to the server through VPN and remote desktop. Now, I am not sure whether to install Apache, phpMyAdmin, MySQL etc. on the server and overwrite single configuration files (e.g. php.ini), or if I could simply move my entire XAMPP folder onto the server. I am using Windows 10 and the server is Windows Server 2012.
You'll need to actually install PHP, MySQL, and Apache to the server directly; simply copying the files from your computer won't install the corresponding system files or services or anything like that. Whether you use XAMPP or install them individually yourself, it's just like most other software that needs to be installed properly in order to function. Then, of course, you can copy over the relevant files that you've changed such as the configuration files and your site.
I have successfully installed SharePoint 2010 on my Windows 7 machine. My computer is a work machine and is on a domain. I'm trying to set up the computer to work completely standalone without having to connect to the domain. So far I haven't been able to get that working. I can connect to my work domain via VPN and everything works. But I want to be able to use SharePoint without being connected. I've read about a command called New-SPConfigurationDatabase that might be able to help but I can't figure out how to use it.