Forum Replies Created

Viewing 3 replies - 16 through 18 (of 18 total)
  • Thread Starter gtataje

    (@gtataje)

    Really appreciate the tips about checking stuff at each stage. Makes sense.

    Just marked option 2 (as well as 1, 3 and 4), but nothing changed. Also tried leaving just option 2 marked, but nothing’s changed so far.

    Thread Starter gtataje

    (@gtataje)

    I installed a fresh copy of wp multi-site, created the sites and mapped them on 01-AUG-2012. They both worked as domain.com/site and as mappeddomain.com. They worked for a bit and then just stopped. Don’t know exactly how many hours they did work, but the day after I started getting the redirect loop error message.

    Hope this helps (fingers crossed)

    Thread Starter gtataje

    (@gtataje)

    Mika, thank you for the reply.

    1) The sites worked for about a day after I installed WP multi-site, then started getting the error message when trying to visit them.

    2) Is this what I was supposed to do? Still getting the error message on site URLs and published posts/pages, but now I can see post/page previews.

    RewriteEngine On
    #Replace ?mysite\.com/ with your blog url
    RewriteCond %{HTTP_REFERER} !^https://(.+\.)?hostingbarato\.biz/ [NC]
    RewriteCond %{HTTP_REFERER} !^https://(.+\.)?switch-marketing\.com/ [NC]
    RewriteCond %{HTTP_REFERER} !^https://(.+\.)?trampolinereviewsonline\.com/ [NC]
    RewriteCond %{HTTP_REFERER} !^$
    #Replace /images/nohotlink.jpg with your "don't hotlink" image url
    RewriteRule .*\.(jpe?g|gif|bmp|png)$ /images/nohotlink.jpg [L]

    3) Could the domain mapping plugin settings be causing this? I have options 1, 3 and 4 selected.

    Thanks for your help

Viewing 3 replies - 16 through 18 (of 18 total)