How to get the correct URL on my wordpress site?
A combination of answers for you. To remove the “wordpress” from your URL path, I would recommend the following step-by-step on “Using a pre-existing subdirectory”. http://codex.wordpress.org/Giving_WordPress_Its_Own_Directory#Using_a_pre-existing_subdirectory_install The end result will be your WordPress content pages at “mydomain.no” instead of “mydomain.no/wordpress”. The second part of the problem will involve writing 301 redirects for the URLs that … Read more