• Resolved visnevskis

    (@visnevskis)


    Hi,
    I found your plugin while trying to get wordpress site movable across servers/directories.
    When I installed it the site broke down, but I made it run by changing config:

    define(‘WP_HOME’, ‘http://’ . $_SERVER[‘HTTP_HOST’] . ‘/subdir/site’);
    define(‘WP_SITEURL’, ‘http://’ . $_SERVER[‘HTTP_HOST’] . ‘/subdir/site’);
    define(‘WP_CONTENT_URL’, ‘/wp-content’);
    define(‘DOMAIN_CURRENT_SITE’, $_SERVER[‘HTTP_HOST’]);

    But it seems to do nothing for now. Could it be usable for subdirectory installs?

    Thanks.

    http://wordpress.org/extend/plugins/root-relative-urls/

Viewing 2 replies - 16 through 17 (of 17 total)
  • Marcus,
    sorry I couldn’t answer earlier. I haven’t change anything on my server … I just uploaded the newest version 1.8 – as I was urged by WordPress.

    And now everything seems to work fine and as supposed to work.

    There is only a minor glitch which could cause some confusion:
    it still says: “Version 1.7 | Von Marcus E. Pope, marcuspope | Besuch die Plugin-Seite”

    I manually updated the comment in the php file, just to know which version I have.

    Thank you so much for your work …

    regards
    Heinz

    Plugin Author MarcusPope

    (@marcuspope)

    I’m so glad this is working for you now! Sorry for the lack of response but being a new dad has been a wonderful and time consuming experience 😀

    It’s very probable that the save permalinks twice bug was fixed in 1.8 so good news for WordPress users. If you have any other issues please don’t hesitate to ask for support as I’m now back to a more routine life with a healthy and happy 3 month old girl.

    -Marcus

Viewing 2 replies - 16 through 17 (of 17 total)

The topic ‘[Plugin: Root Relative URLs] Subdirectory install?’ is closed to new replies.