Forum Moderators: phranque
Im having a problem with installing Apache web server .. im checkin if it was successfully instaled by typing 127.0.0.1 in the web browser it gives me this error:
Not Acceptable
An appropriate representation of the requested resource / could not be found on this server.
why is that .. can anyone help?
That looks to be a 406 error code being returned by the http server. Are you trying to deliver just the basic "It Works!" index page, or have you installed some type of package like joomla? If you are attempting to connect to a packaged application that is trying to use modules like mod_rewrite, you may receive an error such as the one you get here. Look at your log files to determine the exact cause.