1

I have uninstalled FOG Server from my Ubuntu 11.04

However, when I try to access the machine IP: http://192.168.0.22/

it is redirected to: http://192.168.0.22/fog/index.php and I get a 404 error.

what do I need to check in order to stop this redirect?

karel
  • 122,292
  • 133
  • 301
  • 332
Saariko
  • 397

1 Answers1

1

While installing, you probably edited /var/www/index.html, as explained in the installation instructions (http://www.fogproject.org/wiki/index.php?title=Ubuntu_10.04, "Make fog accessible at the root of the server (optional)."). Remove this part:

<meta http-equiv="Refresh" content="0; URL=fog/index.php">