• Resolved SwiffEpics

    (@swiffepics)


    Hello, I have been searching google like crazy and have of course read many help topics on this forum. However no matter what I try I cannot seem to fix this issue.

    So basically I have installed WordPress multisite on our GoDaddy server. Initially I didn’t get the option to chose between sub-domains or sub-directories, so after installation I had to go into WP-Config and set the subdomain_install to false…like so:

    define('SUBDOMAIN_INSTALL', false);

    After doing this my default wordpress site was working, along with a second site I set up under the directory /de/

    Now when I come to make a third site under the direcotry /fr/ for some reason it will not work. Which is very strange considering the /de/ site works fine.

    When I access the /fr/ site the stylesheet is blank, although the logo and twitter icons manage to show up. Not only that but I am unable to access the WP-ADMIN. I get the error “The page isn’t redirecting properly”

    I have tried multiple fixes that I have read, such as editing my .htaccess and wp-config. I even tried to edit the mod_rewrite/vhost configuration but I am unsure of how to do this on GoDaddy. I called them but they had no idea what I meant.

    If anybody can help I would be most grateful.

Viewing 6 replies - 16 through 21 (of 21 total)
  • Thread Starter SwiffEpics

    (@swiffepics)

    Yes that’s the entire .htaccess

    Moderator Ipstenu (Mika Epstein)

    (@ipstenu)

    🏳️‍🌈 Advisor and Activist

    This is weird. 🙁

    Okay, let’s think logically. Your sub-site images are working. Are they pointing to http://www.mysite.com/fr/files/2012/07/image.jpg ?

    Thread Starter SwiffEpics

    (@swiffepics)

    OMG, this is crazy. All of a sudden it’s magically just started to display the theme.

    I don’t even know what fixed it. Could it be that it takes some time to register?

    Thread Starter SwiffEpics

    (@swiffepics)

    I just tried to make an /nl/ site

    The dashboard works, but the actual site will not load. So now im wondering if it will magically fix itself once more.

    Moderator Ipstenu (Mika Epstein)

    (@ipstenu)

    🏳️‍🌈 Advisor and Activist

    I was about to say no, but …

    In the past, GoDaddy had a weird caching system. I wonder if that’s what it was.

    I am new to wordpress & trying to migrate wordpress setup to a new server.
    I want my URL to be in format “http://blog.mydomain.com/wordpress” & the child site URL should be “http://blog.mydomain.com/wordpress/childsite1”.
    Now after installation I copy the root(htdocs) folder from existing server & paste all the files & folders of htdocs except wp-config.php & modify wp-config as define(‘SUBDOMAIN_INSTALL’, false);.

    Imported the database backup also. Now admin site is coming properly , but stylesheet is missing from all the subsites. I am not able to resolve it & I have followed your support forum also. But still helpless.

    When I create subfolders for all the sites in htdocs & putting all the htdocs content of root folder to subfolders than subsites are displaying properly but images in posts of subsites are missing.

    http://blog.mydomain.com/wordpress/testsite/files/2013/06/homeImageOne2.jpg” – Image link updating in database

    “C:\BitNami\wordpress-3.5.1-1\apps\wordpress\htdocs\testsite\wp-content\blogs.dir\7\files\20136” – File actually uploading into the path

    I have followed many posts that .htaccess is the file which is responsible for this. But i think .htaccess files in subfolders are not readable. I have also modified Allowoverride to All.

    Please help me.For any help I would be most grateful.

Viewing 6 replies - 16 through 21 (of 21 total)
  • The topic ‘Can't fix WordPress Multisite missing stylesheet/wp-admin issue’ is closed to new replies.