The MU forums have moved to WordPress.org

Site won't show up (10 posts)

  1. islandgirl28
    Member
    Posted 14 years ago #

    I installed wordpress MU, followed all the directions, and received the welcome email. I'm able to log into my dashboard, but my wordpress site won't show up, not even the default theme. It keeps redirecting me to the same install page all the time. Does anyone know how I can fix this issue? Thanks a lot.

  2. roberthq
    Member
    Posted 14 years ago #

    I have the same problem and just posted something like this. Are you on shared servers? Installed it in a sub directory? I keep hearing both are bad, but possible...and I've done the same. Let me know if you get this sorted out.

  3. andrea_r
    Moderator
    Posted 14 years ago #

    What host are you on? There are a couple that WILL DISABLE WPMU from working if you don't have the right account level.

    As you can tell, it's driving me nuts. :)

  4. roberthq
    Member
    Posted 14 years ago #

    Lunarpages...I responded to the same thing at the original post. Thank you for having a look.

  5. andrea_r
    Moderator
    Posted 14 years ago #

    Is it an add-on domain?

  6. islandgirl28
    Member
    Posted 14 years ago #

    I have hostgator, and mine is the main domain. I had asked them if wordpress MU was supported with my plan, and they said yes. But I just don't get what's wrong.

  7. andrea_r
    Moderator
    Posted 14 years ago #

    I don't get it either. I haven't tried on their servers and haven't been able to reproduce this anywhere.

  8. matt608
    Member
    Posted 14 years ago #

    same problem as me, I'm on bluehost..

  9. roberthq
    Member
    Posted 14 years ago #

    This is what I've been told after giving the keys to the help desk guys over at lunarpages...This is quoted from the support ticket they sent me:

    A technician responded to your ticket with:
    Hello, I have tried the install and looked into what the WPMU forums say on this. Apparently this is a common issue on sites where Wordpress is installed in public_html and they attempt to install WPMU in a subfolder. This is an issue with the script as you can tell by all the others having this issue with different hosts and by the numerous solutions provided. I installed it to my site on our Chiron server at http://dangkids.com/ and it is working just fine. I do have a single version of Wordpress also installed under another of my addon domains in another subfolder which is not affecting this. It has to do with your current install under public_html. Unfortunately, we do not provide support for 3rd party scripts and this is a script issue. My suggestions from what I have read is to contact the script maker for help and perhaps try the extreme suggestion of downloading all the files for the wordpress install under public_html via FTP, delete the files from the server, install WPMU, reupload the public_html wordpress files again. You might also consider moving that install to a subfolder also then redirect to that folder in the public_html .htaccess with the following code: [This can be used to redirect a primary domain to a folder to make it appear as if that subfolder's index.htm, index.php, whatever is the index page for the primary domain.] RewriteEngine On Options +FollowSymlinks RewriteCond %{HTTP_HOST} domain.com$ RewriteCond %{REQUEST_URI} !folder/ RewriteRule ^(.*)$ folder/$1

    I hope this sheds new light for some of you. I guess MU will not install in a directory, only the root folder. There are many posts here that mention how to do this. I'll be hitting them up soon.
    Good luck!
    RRG

  10. roberthq
    Member
    Posted 14 years ago #

    This is quoted from another support ticket:

    I wanted to let everyone know what I learned from My WPMU and single install woes.

    With Lunarpages I was able to install and run it on a shared server. It had to be installed on the root and I did get it to install in a directory, but it just won't run correctly. So I moved my previous single install of WP to a directory and installed WPMU on the root and everything works fine.

    Hope this helps those of you trying to do something like this.
    RRG

About this Topic

  • Started 14 years ago by islandgirl28
  • Latest reply from robert@hqprints.net