Localhost problem opensuse 12.1 installation

When I try to run localhost I get the following problem…

The page isn’t redirecting properly
Firefox has detected that the server is redirecting the request for this address in a way that will never complete.
This problem can sometimes be caused by disabling or refusing to accept
cookies.

Its the same with localhost/phpMyAdmin.

Can anyone provide any guidance as to how to remedy this?

On 2012-03-17 13:26, Nemetode wrote:
> Can anyone provide any guidance as to how to remedy this?

No, you will have to clarify the question.


Cheers / Saludos,

Carlos E. R.
(from 11.4 x86_64 “Celadon” at Telcontar)

Localhost is a name, typically associated with the machine the application is running on, there is no re-direction involved (although you can also implement a re-direct, but that’s another issue altogether).

Recommend:
Ping localhost to verify fundamental name resolution.
Ping the localhost IP addresses (127.0.0.x) if necessary.
Deploy a basic default webpage using only HTML in your /srv/www/htdocs/ directory (which is the default website location) that says something simple (I have one that simply says “It works!” in big, bold letters).

If you can get those to work, then the problem isn’t with resolving “localhost” it’s somewhere else (like a re-direct).

HTH,
TS

Thanks TS - Ping works okay so it looks like a redirect problem… But how to resolve it?

Re-directs can be executed a number of different ways…

You’ll have to describe in detail exactly what you’re doing before anyone can hazard a guess.

TS