• Hi everybody, I’m trying to create a multisite wordpress installation, I use the wordpress codex and I enabled the multisite option.
    I made this locally in my machine(using localhost) and everything works fine.
    I try to install this on my enterprise server, I create the network succesfully, but when I try to access the option [Create site], wordpress show options to create a site, but when I click the button to create, wordpress show a message that the site was created, but when I try to access the site, it shows nothing, it’s like the site was not created.
    Someone already pass this?
    I use the subdirectory option to create a multisite installation

Viewing 7 replies - 1 through 7 (of 7 total)
  • Moderator Ipstenu (Mika Epstein)

    (@ipstenu)

    ?????? Advisor and Activist

    By show nothing, do you mean a totally blank white page?

    On your server, do you still have the TwentyEleven theme installed?

    Thread Starter fabiobh

    (@fabiobh)

    It’s not a blank white page, but a 404 error page.
    I have TwentyEleven theme installed.

    Moderator Ipstenu (Mika Epstein)

    (@ipstenu)

    ?????? Advisor and Activist

    Okay, what’s in your .htaccess file?

    Thread Starter fabiobh

    (@fabiobh)

    this is my .htaccess file

    RewriteEngine On
    RewriteBase /blog/cjs/
    RewriteRule ^index\.php$ - [L]
    
    # uploaded files
    RewriteRule ^([_0-9a-zA-Z-]+/)?files/(.+) wp-includes/ms-files.php?file=$2 [L]
    
    # add a trailing slash to /wp-admin
    RewriteRule ^([_0-9a-zA-Z-]+/)?wp-admin$ $1wp-admin/ [R=301,L]
    
    RewriteCond %{REQUEST_FILENAME} -f [OR]
    RewriteCond %{REQUEST_FILENAME} -d
    RewriteRule ^ - [L]
    RewriteRule  ^[_0-9a-zA-Z-]+/(wp-(content|admin|includes).*) $1 [L]
    RewriteRule  ^[_0-9a-zA-Z-]+/(.*\.php)$ $1 [L]
    RewriteRule . index.php [L]

    you need mod rewrite enabled. Quick check: enable custom permalinks on your main site. Do they work?

    Thread Starter fabiobh

    (@fabiobh)

    How I can activate custom permalinks, I enter ‘Settings -> Permalinks’ and try to change the default setting, but it not work.

    Moderator Ipstenu (Mika Epstein)

    (@ipstenu)

    ?????? Advisor and Activist

    That means you DO NOT have mod_rewrite enabled.

    Go ask your host for that.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Problem to create a site on network’ is closed to new replies.