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

    (@ipstenu)

    🏳️‍🌈 Advisor and Activist

    What’s in your .htaccess?

    Is the theme Twenty Fourteen still installed?

    Thread Starter Spencer Hill

    (@s3w47m88)

    .htaccess is below, but it is completely unmodified beside it’s creation during the MU install process.

    RewriteEngine On
    RewriteBase /
    RewriteRule ^index\.php$ - [L]
    
    # add a trailing slash to /wp-admin
    RewriteRule ^wp-admin$ wp-admin/ [R=301,L]
    
    RewriteCond %{REQUEST_FILENAME} -f [OR]
    RewriteCond %{REQUEST_FILENAME} -d
    RewriteRule ^ - [L]
    RewriteRule ^(wp-(content|admin|includes).*) $1 [L]
    RewriteRule ^(.*\.php)$ $1 [L]
    RewriteRule . index.php [L]

    And yes, Twenty Fourteen is installed.

    Moderator Ipstenu (Mika Epstein)

    (@ipstenu)

    🏳️‍🌈 Advisor and Activist

    That’s fine 🙂 Nothing having ANY .htaccess would be a problem.

    Can you check your server error log and see if there’s anything? A plain white page is usually a PHP error you see.

    Thread Starter Spencer Hill

    (@s3w47m88)

    It’s actually not generating any error logs. And with wp_debug enabled no errors are reported on screen either.

    Moderator Ipstenu (Mika Epstein)

    (@ipstenu)

    🏳️‍🌈 Advisor and Activist

    http://demo.weareinfluence.com/asdfdsaf is a 404 that is NOT a WordPress one, so I think that your .htaccess isn’t being honored or DNS is weird…

    How did you add subdomains to your server? NOT to WP, but to the virtual conf settings?

    Thread Starter Spencer Hill

    (@s3w47m88)

    Sorry, /asdfdsaf isn’t a page I created so I’m confused how that plays into this?

    I didn’t add any subdomains on the server. I’ve only created the subdomain through WordPress and added a wildcard DNS record.

    Moderator Ipstenu (Mika Epstein)

    (@ipstenu)

    🏳️‍🌈 Advisor and Activist

    That’s the point 🙂 If I visit a page that doesn’t exist, I should get a WordPress 404 page. If I don’t, that means the server’s not set up right.

    You have to add the subdomain in three places:

    1) DNS – tells the WORLD the subdomain exists
    2) Server – tells the server “This subdomain lives here”
    3) WordPress – Tells WP what to show.

    You forgot step 2. Do you know how to add subdomains in general to your account in cpanel or panel or whatever you have?

    Thanks for the explanation, I didn’t understand that I had to create a subdomain. But now that I think about it I realize that there has to be a virtual conf record regardless of whether or not there is a actual directory created for that.

    Totally didn’t connect that in my brain.

    Thanks so much!

    Moderator Ipstenu (Mika Epstein)

    (@ipstenu)

    🏳️‍🌈 Advisor and Activist

    It’s logical the second time around 🙂

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Sites appearing blank after creation, need help…’ is closed to new replies.