Forum Replies Created

Viewing 15 replies - 1 through 15 (of 17 total)
  • Thread Starter heardpress

    (@heardpress)

    Fixed it via support, now works, thanks for your help.
    Renamed .htaccess, resaved permalinks.

    Thread Starter heardpress

    (@heardpress)

    James Huff, correct, I’d hard coded them into the files during local development, but now when trying to update them, even manually, as mentioned above they result in 500 internal server errors (even though the page urls match the ones under pages in dashboard).

    Thread Starter heardpress

    (@heardpress)

    Ok, thought I found the solution, but it created another problem. In the dashboard under General Settings I found the http://127.0.0.1/wordpress and replaced it with http://www.mysite.com, well now, even though all the page urls have http://www.mysite.com/page they all now generate a 500 server error.
    Confusing, as I’ve already tried changing the urls in the database with blue velvet and better-search-and-replace but none were able to find any 127.0.0.1/wordpress urls to replace, so have no idea right now what the next step would be. In other words the page links match the urls under dashboard->pages (copied them straight and pasted) yet generate 500 internal server errors.

    Thread Starter heardpress

    (@heardpress)

    I already migrated to an online host. I think better-search-replace isn’t what i need as it couldn’t find any localhost based urls in the database. It seems to me I need to manually change all page urls under ‘pages’, seems I can’t get rid of http://127.0.0.1/wordpress, and change it to http://www.mysite.com there either, and that’s after having changed site url in the wp_options table.
    Just googled again and got pointed to velvet blue which couldn’t find one iota in the database, yet all links on the site point to local harddrive, strange.

    Thread Starter heardpress

    (@heardpress)

    Also, I assume I should replace http://localdrive/wordpress/ with http://www.mysite.com/, correct.

    Thread Starter heardpress

    (@heardpress)

    Thanks, looks good, but seems it blanket replaces everything, as opposed to targets only link urls? Suppose supplying a url path should target mainly link hrefs and such, but am not sure, made a backup in case, but would prefer not messing unnecessary things up.

    Thread Starter heardpress

    (@heardpress)

    I could add the wordpress folder to the root directory and the pointers will work, but I do not want the url to be mysite.com/wordpress, I want wordpress to act like mysite.com but that’s what causes all these issues.

    And in fact I can walk through the wordpress database manually, it’s not that large, checking table by table, and see that there’s no value of /wordpress that i can see so probably that’s why interconnectit wasn’t able to replace them.

    I just want to figure out why wordpress keeps referencing .com/wordpress even though there’s no /wordpress folder to be seen on the server, might try asking elsewhere, thanks for all your help.

    Thread Starter heardpress

    (@heardpress)

    I think I give up for now, it seems I’m not able to replace anything of the sort, but thanks a lot for taking your time.

    In the process of replacing mysite.com/wordpress/ with mysite.com/ we scanned 11 tables with a total of 750 rows, 0 cells were changed. 0 db updates were performed.

    Btw, I’ve checked the .htaccess and tried changing among other things like

    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /wordpress/
    RewriteRule ^index\.php$ – [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /wordpress/index.php [L]
    </IfModule>

    # END WordPress

    to

    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteRule ^index\.php$ – [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>

    # END WordPress

    but that gives 404 and other errors. Wondered if there’s something to add to .htaccess to fix it, but that seems to go deep into geek territory and shouldn’t be required to set up the world’s supposedly most popular blog/web software.

    Thread Starter heardpress

    (@heardpress)

    Swell. But, I just ran live run and seems to get no more than 1 cell changed, and it’s post related, nothing about login-php. Even tried replacing site.com/wordpress/wp-login.php with site.com/wp-login.php, but nil. So where’s wordpress/wp-login.php stored?

    Again I get a 500 error because wordpress redirects to wordpress/wp-login.php after login in from site.com/wp-login.php, but there’s no /wordpress directory on the server.

    Thread Starter heardpress

    (@heardpress)

    Oh, pity. After running interconnectit worpdress still redirects to site.com/wordpress/wp-login.php, even though I replaced site.com/wordpress with just site.com. The tool doesn’t tell you if there was a success either does it?

    Not sure yet what the button options are for either, like dry run, live run, I just ran ‘update details’, but again, it doesn’t seem updated so far.

    Thread Starter heardpress

    (@heardpress)

    Thanks, will keep that in mind.

    Thread Starter heardpress

    (@heardpress)

    Ok, i downloaded it. I assume I should replace mysite.com/wordpress with mysite.com, correct, and check ‘all tables’, as we don’t know the ones containing the urls, just in case you know.

    Thread Starter heardpress

    (@heardpress)

    Great, thanks for keeping it up. Happen to know what database table the urls are in? I know of for example wp_options for changing home page and site url, but not as for the ones you’re talking of have no idea.

    Thread Starter heardpress

    (@heardpress)

    See as soon as I remove the wordpress folder, and only leave in place its content inside root, my site breaks, no styles applied, because wordpress acts like there’s still a /wordpress directory. I’m assuming it’s based on how it’s set up on my local machine where i uploaded it from, but isn’t there a way to change wordpress path, since it seems it can’t detect the change on its own?

    Thread Starter heardpress

    (@heardpress)

    Yea, but when I did that i kept getting a 500 server error, and with the help of support we figured it was a mis redirect, i.e loging-php redirected to mysite.com/wordpress/wp-login.php, but at that point I had only uploaded the wordpress folder’s content, then as soon as support added the whole wordpress folder the redirect worked. But I don’t want it to read mysite.com/wordpress, hence wonder how to tell wordpress to not redirect to the /wordpress directory even when it doesn’t exist.

Viewing 15 replies - 1 through 15 (of 17 total)