What solved this issue for many of us (thanks to kneekoo and a meeting):
Open cmd.exe as administrator.
Type in the following line (or copy and right click paste):
attrib -r C:\WINDOWS\system32\drivers\etc\hosts
It makes the file writeable.
Open the file above (in notepad), and add these lines:
178.18.82.175 next.php-fusion.co.uk
178.18.82.175 www.php-fusion.co.uk
And then type this line to the cmd:
attrib +r C:\WINDOWS\system32\drivers\etc\hosts
It's not the best solution, but noone knows what's the problem, therefore it can't be solved.
0 replies