Forum Replies Created

Viewing 7 replies - 1 through 7 (of 7 total)
  • Thread Starter danvet

    (@danvet)

    Resolved – needed to get my web host (JodoHost) to add mod_security exclusion rules.

    Thanks for your help, Ipstenu!

    Thread Starter danvet

    (@danvet)

    No luck. The same thing happens with the latest WP Mu build too – which makes me think it’s a server roblem rather than a WP problem. I just don’t know where else to look!

    Thread Starter danvet

    (@danvet)

    Made no difference installing in the root… 🙁

    Now trying to update to the latest nightly build.

    Thread Starter danvet

    (@danvet)

    Did you convert from WP Single to WP Multi?

    Yes – I thought this was the only way to install. I did the standard install and then immediately made the required changes to convert to multi-site. Can you force a multi-site install from the get-go?

    I’m wondering if your SQL db isn’t missing a reference… I’m off to look at mine.

    It was a clean database at the start of the install.

    I just wasted the last couple of hours playing with the latest nightly build – apparently the installer is broken on this build. (Didn’t work for me anyway). I’m now in the process of installing the nightly build from a couple of days ago (which I know, at least, installs) into my root directory.

    Thread Starter danvet

    (@danvet)

    What happens if you take out the block .htaccess viewing bit?

    No change. I’ll try an install in the root directory.

    On a side note, I love the look, feel and organization of your site. What I’m trying to achieve with multiple blogs is 1) a personal blog, 2) a photo blog and 3) a work-related blog. I wondered for a short while if I shouldn’t just use categories to achieve this – but I think I’ll stick to my original game plan.

    Thanks again for your reply.

    Thread Starter danvet

    (@danvet)

    Hey! Thanks for the reply.

    Yes – i am running out of a sub directory. The main install is in a sub directory and the individual blogs are in sub-directories (rather than canonical domain names).

    My .htaccess is as follows:

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

    And, yeah – it’s happening in all blogs… 🙁

    Thread Starter danvet

    (@danvet)

    Still can’t get this to work. Anybody have any suggestions at all? I’m guessing it is a server problem or maybe something in the .htaccess file…

Viewing 7 replies - 1 through 7 (of 7 total)