Support » Installing WordPress » Cant reset Permalinks

Viewing 3 replies - 1 through 3 (of 3 total)
  • JT

    (@jackietaferner)

    Try this:

    BACKUP your database first, just in case!

    1. Login to the SQL database using phpMyAdmin, and open your WordPress database.
    2. Do a search for /wp/ to find out which table references it.
    3. Find the table field containing the /wp/ and make note of both the table name and field name.
    4. Run the following SQL query (using your tablename and fieldname):

    UPDATE tablename SET tablefield = replace(tablefield, “/wp/”, “/”);

    Thread Starter stevebrett

    (@stevebrett)

    Thanks I did that which fixed several hundred string s in three or 4 tables, but both the permalinks,and the menu urls are un-affected.

    Any other thoughts would certainly be appreciated

    Thread Starter stevebrett

    (@stevebrett)

    Duh, never mind I had forgotten to change the site url in the settings. Thought i had, checked it twice, but I guess the third times a charm.

    thanks

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Cant reset Permalinks’ is closed to new replies.