• Hello,

    because my wordpress-installation was not new, I could create only a subdirectory multisite. How can I change it to subfolders? Actually there are no subsites built.
    In config.php my code is

    define('WP_ALLOW_MULTISITE', true);
    define('MULTISITE', true);
    define('SUBDOMAIN_INSTALL', true);
    define('DOMAIN_CURRENT_SITE', 'schaltbarefolie.de');
    define('PATH_CURRENT_SITE', '/');
    define('SITE_ID_CURRENT_SITE', 1);
    define('BLOG_ID_CURRENT_SITE', 1);

    OK, I have to change define('SUBDOMAIN_INSTALL', true); to define('SUBDOMAIN_INSTALL', false); Anything else in that file?
    And what is about .htaccess? What I am going to change there?

    Thanks

    Ottilie

Viewing 2 replies - 1 through 2 (of 2 total)
  • Do you mean that you want to change your WordPress installation that is structured to use sub-domains to a site that uses sub-directories (folders)?

    Thread Starter otti.steinhauer

    (@ottisteinhauer)

    Hello,

    that’s right. Actually the new sites will get an URL like example.schaltbarefolie.de, but I want URLs like schaltbarefolie.de/example
    And now I do not exactly know what changes I should make in config.php and .htaccess.

    Thanks

    Ottilie

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Change Multisite subdirectories to subfolders’ is closed to new replies.