I have a static website. I am moving it to WordPress. I've installed WP in a folder called /wp/. During the tranfer the WordPress address (URI) was http://www.example.com/wp/
and the Blog address (URI) was the same.
Now, that I'm done, I want to change the blog url to be in the root:
http://www.example.com
And everything stops working. Why? It just gives me "Page not found" or "Internal server error"
I've read this:
http://codex.wordpress.org/Moving_WordPress
But, it does not give any clues to why. Any ideas, anyone?