• I have got myself bitnami’s wordpress install just for ease.

    However, the problem i am facing is that when i try to change the url from the /wordpress after the IP address in the config file, the site can no longer be found

    its default being this

    define('WP_SITEURL', 'https://' . $_SERVER['HTTP_HOST'] . '/wordpress');
    define('WP_HOME', 'https://' . $_SERVER['HTTP_HOST'] . '/wordpress');

    and i change to (example)

    define('WP_SITEURL', 'https://' . $_SERVER['HTTP_HOST'] . '/intranet');
    define('WP_HOME', 'https://' . $_SERVER['HTTP_HOST'] . '/intranet');

    as soon as i set it to that and save it, and type in my ip with the forwardslash and intranet, i get site not found.

    but if i type in /wordpress, the site still appears…whats happening?

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Changing the /wordpress doesnt work’ is closed to new replies.