Forums

[resolved] WordPress MU 3.3 Page redirects and broken sites (8 posts)

  1. jon.bux
    Member
    Posted 3 months ago #

    I've got WordPress MU 3.3.1 up and running. The site is avalancheindustries.com. I'm not sure when this started happening as I don't use multisites that much right now and I have left my static pages alone for months.

    If you check out the main site, it looks fine, but all the pages except the blog redirect me to the home page. I de-activated all plugins and reverted to the default theme and I was still having the same problem.

    Also, if you go to another site, it throws all kinds of stuff out. Go to avalancheindustries.com/test and it looks like a blank theme. When I click on it's dashboard inside the network admin, it takes me to a cannot be found page.

    I'm not sure if these two things are related or not, but any and all help will be welcome indeed.

  2. Ipstenu
    Half-Elf Support Rogue & Mod
    Posted 3 months ago #

    What's in your .htaccess file?

  3. jon.bux
    Member
    Posted 3 months ago #

    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteRule ^index\.php$ - [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>
    
    # END WordPress
    
    redirect 301 /fb http://www.facebook.com/pages/Avalanche-Industries/123575744397738
    redirect 301 /twitter http://twitter.com/#!/avalancheind
    redirect 301 /+ https://plus.google.com/104431975506022177382/posts
    redirect 301 photography.avalancheindustriesllc.com http://avalancheindustries.com/blog/category/photography
  4. Ipstenu
    Half-Elf Support Rogue & Mod
    Posted 3 months ago #

    First, that's not the right .htaccess for Multisite.

    See http://codex.wordpress.org/Create_A_Network#.htaccess_and_Mod_Rewrite

  5. jon.bux
    Member
    Posted 3 months ago #

    Sweet that fixed the pages not coming up but not the sub-sites. Also, it's only working with ugly permalinks. I'm searching for something that will enable pretty permalinks with MU but so far my search is high and dry. Any ideas/articles I can read about those or teh sub-sites?

  6. Ipstenu
    Half-Elf Support Rogue & Mod
    Posted 3 months ago #

    Also, it's only working with ugly permalinks.

    Bing.

    That generally means your httpd.conf file doesn't have AllowOverride set to ALL.

  7. jon.bux
    Member
    Posted 3 months ago #

    THANK YOU!! Huge problem caused by something sooo simple! Not sure what caused that, as it has been working for a while... Kind of concerns me that I don't know what caused it...

  8. Ipstenu
    Half-Elf Support Rogue & Mod
    Posted 3 months ago #

    httpd.conf can be overwritten if your server's updated and you didn't make the changes 'right.' Depends on your server.

Reply

You must log in to post.

About this Topic