Report this

What is the reason for this report?

How can I solve that in Wordpress

Posted on February 5, 2016

How to solve this error?

In a windows hosting it is solved by eliminating certain file but here as I access to it, being new to this environment ubuntu?

http://www.imagenesdeamorconfrase.com/

http://www.imagenesdeamorconfrase.com/



This textbox defaults to using Markdown to format your answer.

You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!

These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.

Hey there,

It looks like you have a redirect look. If you look at this test output below you’ll see the status is 302 which means it’s a type of redirect and you’ll notice the location is the same URL as the entry URL.

$ curl -I http://www.imagenesdeamorconfrase.com/
HTTP/1.1 302 Moved Temporarily
Server: nginx
Date: Sat, 06 Feb 2016 02:44:09 GMT
Content-Type: text/html
Connection: keep-alive
Keep-Alive: timeout=15
Content-Length: 154
Location: http://www.imagenesdeamorconfrase.com/

I also can tell that you are running Nginx for a web server. You may want to review your Nginx configuration for a redirect. Here is a tutorial that talks about redirects for Nginx. If you were trying to make all non-www traffic redirect to the www subdomain, this tutorial may have a good example for you as well.

Happy coding,

Jon Schwenn Platform Support Specialist DigitalOcean

The developer cloud

Scale up as you grow — whether you're running one virtual machine or ten thousand.

Get started for free

Sign up and get $200 in credit for your first 60 days with DigitalOcean.*

*This promotional offer applies to new accounts only.