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?
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!
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
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.
New accounts only. By submitting your email you agree to our Privacy Policy
Scale up as you grow — whether you're running one virtual machine or ten thousand.
Sign up and get $200 in credit for your first 60 days with DigitalOcean.*
*This promotional offer applies to new accounts only.