I just moved a website from a hosted web server to MAMP and I am getting a strange error.
When I visit the homepage I get the default "It works" apache message. the url should be test:8888 but the homepage is being converted to just test
To make matters worse all other pages are working EXCEPT ONE. This page is also being converted to test/my-page when it should be test:8888/my-page.
ALL OTHER PAGES ARE WORKING CORRECTLY
Any ideas why this could be happening? I have changed the siteurl and home options in the wp_options table to http://test:8888 and as I mentioned everything is working correctly except for these two pages.
Thanks for the help.