Menupaths not working after uploading from localhost to domain…
-
Hello,
Everything works well on localhost.
I just received my data from my provider (using cpanel) and want to upload.WHAT I DID
- I logged into php myAdmin on my domain and created a database “test” with a user and all rights
- I created a subfolder (TEST) and uploaded a new install of wordpress 3.1.1
- From the localhost, I exported mySQL database into a SQL query
- I opened the SQL query in my HTML editor and did a “find and replace” of the “https://localhost:8888/oldLocalFolder” with the new domainname: “https://newdomain/~domainFolder/test/” and changed “oldDatabaseName” with the new one “TEST”
- I then surfed to my path to run the installer on: “https://newdomain/~domainFolder/test/” and created my config file and admin user. it loaded well
- I then deleted all my tables in mySQL database “TEST” and inserted my new query to fill it up again
- If I now go to my site I can use the admin panel and the homepage, but all links are broken
I checked my database:
– wp_options table: siteurl with my new path (correct)
– wp_options table: home with my new path (correct)
– I checked in the admin module for the permalinks and all seems to be correct as well…But I cannot find how or what to do next…
Any help is appreciated…Thank you in advance!
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Menupaths not working after uploading from localhost to domain…’ is closed to new replies.