Videomaker Theme and .htaccess conflict

  • Hello
    I have weird problem with visual editor in Videomaker Theme.
    I add .htaccess file for redirecting HTTP to HTTPS


    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteCond %{HTTPS} =off
    RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} [QSA,L]
    </IfModule>

    And it works. But…

    • After this if I try to to use visual editor it shows me white screen without nothing.
    • I delete .htaccess file, and nothing changed..
    • I add standard .httaccess and visual editor works

    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteRule ^index\.php$ - [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>
    # END WordPress

    Please help me understand, what I need to do for save working visual editor and create redirect for HTTP to HTTPS

    The blog I need help with is: (visible only to logged in users)

  • Hi there! We are unable to help because we don’t host your site directly on our WordPress.com managed hosting. Instead, your site is hosted with a different provider on a separate host, and we’re not able to access the backend of your site to take a closer look.

    The good news is that because your host uses the open-source variant of the WordPress platform (which functions differently than what we offer here on WordPress.com), help is available at the community forums here:

    https://wordpress.org/support/forum/how-to-and-troubleshooting/

    The folks in the open-source forum are more familiar with these issues and are in the best position to help.

    I hope this points you in the right direction.

  • The topic ‘Videomaker Theme and .htaccess conflict’ is closed to new replies.