Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter convertiva

    (@marspro)

    Dear @jnashhawkins thank you so much for your hint!

    I think you’re right, it’s an Nginx server. I had hired to run a different App back in 2012 and them started installing WordPress and Multisite later on and haven’t paid attention to this limitation.

    Just checked the FTP and found Nginx folders but can’t access the config files.

    Also checked current htaccess file but it seems there’s no info on redirecing (That’s the file on the root of the folder after installing the Simple SSL Plugin to manage the upgrade from Http to https websites on the Multisite)

    The login and admin directives that you mentioned should be on this file?

    # BEGIN Really_Simple_SSL_UPGRADE_INSECURE_REQUESTS
    <IfModule mod_headers.c>
    Header always set Content-Security-Policy “upgrade-insecure-requests;”
    </IfModule>
    # END Really_Simple_SSL_UPGRADE_INSECURE_REQUESTS
    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteRule ^index\.php$ – [L]

    # add a trailing slash to /wp-admin
    RewriteRule ^wp-admin$ wp-admin/ [R=301,L]

    RewriteCond %{REQUEST_FILENAME} -f [OR]
    RewriteCond %{REQUEST_FILENAME} -d
    RewriteRule ^ – [L]
    RewriteRule ^(wp-(content|admin|includes).*) $1 [L]
    RewriteRule ^(.*\.php)$ $1 [L]
    RewriteRule . index.php [L]
    </IfModule>

    Same proble here. I’ll try the solution to set the form ID on the setting instead of short code

    Hi, I’ve been trying for 4 hours to solve the “side bar” problem. Could please confirm what theme are you using in which the solution above worked fine?

    I’ve been working with Divi, Storefront, enabling and disabling plugins, checking the web…Every user seems to face this same problem and each one finds a different solution, many, touching the CSS or Child Themes. So your solution looks simply “neat” and I’d like to follow it until I get in my theme of choice (Divi).

    Tks for your attention,

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