Reputation: 61
On my new 64 bits Windows 10 system I'm trying to get WAMP server running. However, no such luck.
[05-Apr-2016 08:43:34 UTC] PHP Warning: chmod(): Permission denied in C:\wamp\scripts\config.inc.php on line 68
[05-Apr-2016 08:43:34 UTC] Impossible to modify the file C:\Windows\system32\drivers\etc\hosts to be writable
[05-Apr-2016 08:43:34 UTC] The file C:\Windows\system32\drivers\etc\hosts is not writable
I instructed Windows to not startup IIS, and instructed my anti virus software to not lock hosts. Both did not resolve my problem. What other options do I have?
Upvotes: 2
Views: 5948
Reputation: 45090
You forgot to provide Admin Privileges to WAMP Server during installation as well as during launch.Its important to Install with the "Run as administrator" option. Also change write access in folder
C:\windows\system32\drivers\etc\host
.
Upvotes: 1