surrogatekey
Forum Replies Created
-
Forum: Plugins
In reply to: [File Manager] Updating to latest paid release after site clean-upUrging 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.Forum: Plugins
In reply to: [Co-Authors Plus] Can’t get it to workWere you having the problem where you can’t “select” an author by any chance, or was it something else?
Forum: Networking WordPress
In reply to: Subsite login urls not workingOkay, 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?)Forum: Networking WordPress
In reply to: Subsite login urls not workingThanks. Yep, they’re both https://criticalpublichealth.org
Forum: Networking WordPress
In reply to: Subsite login urls not workingMaybe 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?
Forum: Networking WordPress
In reply to: Subsite login urls not workingHi – 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: /Forum: Networking WordPress
In reply to: Subsite login urls not workingThanks. 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]
Forum: Networking WordPress
In reply to: Subsite login urls not workingUgh, 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]
Forum: Networking WordPress
In reply to: Subsite login urls not workingOops meant to say the redirect url still starts with [mainsite.org/subsite/login.php]… Hope that makes sense…
Forum: Networking WordPress
In reply to: Subsite login urls not workingHm, 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].
Forum: Themes and Templates
In reply to: [Custom Community] User profilesKinda silly 11 months later, but just wanted to say thanks since I just saw this reply now –
Thanks JW555. I was getting unique usernames. Thankfully they seem to have petered out now.
Thanks sdayman
Forum: Everything else WordPress
In reply to: Change review ratingThanks Andrew
Forum: Everything else WordPress
In reply to: Change review ratingIn case anyone else is looking for help, I was able to change my review by using this as a base:
https://www.ads-software.com/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:
https://www.ads-software.com/plugins/tab-slide/I can see from that url that the “slug” for tab slide is “tab-slide”, so I entered this url
https://www.ads-software.com/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?