Forum Replies Created

Viewing 15 replies - 1 through 15 (of 22 total)
  • Thread Starter surrogatekey

    (@surrogatekey)

    Urging me to update to the latest version does not address my question in any way.
    I don’t want to post the email address here, but the support ticket is labeled with request #5096.

    surrogatekey

    (@surrogatekey)

    Were you having the problem where you can’t “select” an author by any chance, or was it something else?

    Thread Starter surrogatekey

    (@surrogatekey)

    Okay, that’s good… but weird.

    Story of my life 🙂

    I’m using the More Privacy Options plugin to limit the subsites, with Site Visibility set to “Visible only to registered users of this site.” But with all the plugins disabled, I still get a redirect error if I try to go to
    mainsite.org/subsite/wp-login.php
    (That should work, right?)

    Thread Starter surrogatekey

    (@surrogatekey)

    Thanks. Yep, they’re both http://criticalpublichealth.org

    Thread Starter surrogatekey

    (@surrogatekey)

    Maybe this was already clear, but I wanted to add that just entering the a login url directly, for example:
    mainsite.org/subsite/wp-login.php
    produces the same “The page isn’t redirecting properly” result.

    I have no idea where this redirect comes from or what it’s supposed to do. Can anyone point me in the right direction?

    Thread Starter surrogatekey

    (@surrogatekey)

    Hi – I’m not sure if I’m looking at the right thing, but I have a table called “wp_site” that contains this:

    id: 1
    domain: criticalpublichealth.org
    path: /

    Thread Starter surrogatekey

    (@surrogatekey)

    Thanks. So with caching disabled the problem persists, and .htaccess looks like this:

    RewriteEngine On
    RewriteBase /
    RewriteRule ^index\.php$ - [L]
    
    # add a trailing slash to /wp-admin
    RewriteRule ^([_0-9a-zA-Z-]+/)?wp-admin$ $1wp-admin/ [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]
    Thread Starter surrogatekey

    (@surrogatekey)

    Ugh, my apologies for losing track of this for so long, and thanks for your reply.

    I don’t see NOBLOGREDIRECT in my wp-config, and here’s what’s in my .htaccess:

    #WFIPBLOCKS - Do not remove this line. Disable Web Caching in Wordfence to remove this data.
    Order Deny,Allow
    Deny from 14.97.148.249
    #Do not remove this line. Disable Web Caching in Wordfence to remove this data - WFIPBLOCKS
    #WFCACHECODE - Do not remove this line. Disable Web Caching in Wordfence to remove this data.
    <IfModule mod_deflate.c>
    	AddOutputFilterByType DEFLATE text/css text/x-component application/x-javascript application/javascript text/javascript text/x-js text/html text/richtext image/svg+xml text/plain text/xsd text/xsl text/xml image/x-icon application/json
    	<IfModule mod_headers.c>
    		Header append Vary User-Agent env=!dont-vary
    	</IfModule>
    	<IfModule mod_mime.c>
    		AddOutputFilter DEFLATE js css htm html xml
    	</IfModule>
    </IfModule>
    <IfModule mod_mime.c>
    	AddType text/html .html_gzip
    	AddEncoding gzip .html_gzip
    	AddType text/xml .xml_gzip
    	AddEncoding gzip .xml_gzip
    </IfModule>
    <IfModule mod_setenvif.c>
    	SetEnvIfNoCase Request_URI \.html_gzip$ no-gzip
    	SetEnvIfNoCase Request_URI \.xml_gzip$ no-gzip
    </IfModule>
    <IfModule mod_headers.c>
    	Header set Vary "Accept-Encoding, Cookie"
    </IfModule>
    <IfModule mod_rewrite.c>
    	#Prevents garbled chars in cached files if there is no default charset.
    	AddDefaultCharset utf-8
    
    	#Cache rules:
    	RewriteEngine On
    	RewriteBase /
    	RewriteCond %{HTTPS} on
    	RewriteRule .* - [E=WRDFNC_HTTPS:_https]
    	RewriteCond %{HTTP:Accept-Encoding} gzip
    	RewriteRule .* - [E=WRDFNC_ENC:_gzip]
    	RewriteCond %{REQUEST_METHOD} !=POST
    	RewriteCond %{HTTPS} off
    	RewriteCond %{QUERY_STRING} ^(?:\d+=\d+)?$
    	RewriteCond %{REQUEST_URI} (?:\/|\.html)$ [NC]
    
    	RewriteCond %{HTTP_COOKIE} !(comment_author|wp\-postpass|wf_logout|wordpress_logged_in|wptouch_switch_toggle|wpmp_switcher) [NC]
    
    	RewriteCond %{REQUEST_URI} \/*([^\/]*)\/*([^\/]*)\/*([^\/]*)\/*([^\/]*)\/*([^\/]*)(.*)$
    	RewriteCond "%{DOCUMENT_ROOT}/wp-content/wfcache/%{HTTP_HOST}_%1/%2~%3~%4~%5~%6_wfcache%{ENV:WRDFNC_HTTPS}.html%{ENV:WRDFNC_ENC}" -f
    	RewriteRule \/*([^\/]*)\/*([^\/]*)\/*([^\/]*)\/*([^\/]*)\/*([^\/]*)(.*)$ "/wp-content/wfcache/%{HTTP_HOST}_$1/$2~$3~$4~$5~$6_wfcache%{ENV:WRDFNC_HTTPS}.html%{ENV:WRDFNC_ENC}" [L]
    </IfModule>
    #Do not remove this line. Disable Web caching in Wordfence to remove this data - WFCACHECODE
    RewriteEngine On
    RewriteBase /
    RewriteRule ^index\.php$ - [L]
    
    # add a trailing slash to /wp-admin
    RewriteRule ^([_0-9a-zA-Z-]+/)?wp-admin$ $1wp-admin/ [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]
    Thread Starter surrogatekey

    (@surrogatekey)

    Oops meant to say the redirect url still starts with [mainsite.org/subsite/login.php]… Hope that makes sense…

    Thread Starter surrogatekey

    (@surrogatekey)

    Hm, I’m using the More Privacy Options plugin to limit subsite access, so I guess it would be that. With More Privacy Options turned off though, I still get the same message. For example, if I’m logged in to the subsite and then logout, I get the same unresolvable redirect message, and the url it’s trying to get to still starts with [mainsite.org/login.php].

    Thread Starter surrogatekey

    (@surrogatekey)

    Kinda silly 11 months later, but just wanted to say thanks since I just saw this reply now –

    Thread Starter surrogatekey

    (@surrogatekey)

    Thanks JW555. I was getting unique usernames. Thankfully they seem to have petered out now.

    Thread Starter surrogatekey

    (@surrogatekey)

    Thanks sdayman

    Thread Starter surrogatekey

    (@surrogatekey)

    Thanks Andrew

    Thread Starter surrogatekey

    (@surrogatekey)

    In case anyone else is looking for help, I was able to change my review by using this as a base:

    https://ww.wp.xz.cn/support/view/plugin-reviews/PLUGIN-SLUG-GOES-HERE#postform

    So in my case, I wanted to change my review for Tab Slide, which is here:
    http://ww.wp.xz.cn/plugins/tab-slide/

    I can see from that url that the “slug” for tab slide is “tab-slide”, so I entered this url

    https://ww.wp.xz.cn/support/view/plugin-reviews/tab-slide#postform

    and was able to change my review from there.

    I didn’t see a way to do this easily through the user interface though; maybe I missed it?

Viewing 15 replies - 1 through 15 (of 22 total)