Viewing 6 replies - 1 through 6 (of 6 total)
  • Thread Starter throhn

    (@throhn)

    the actual homepage link is
    https://www.sancofa.com
    except “/de”!!!!

    Plugin Contributor Alex Gor

    (@alexgff)

    @throhn
    May be you need check htaccess file.
    WPGlobus doesn’t modify it.

    Thread Starter throhn

    (@throhn)

    thats my .htaccess file.
    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteRule ^index\.php$ – [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /sancofa.com/index.php [L]
    </IfModule>

    # END WordPress

    All plugin I have/had:
    Black Studio TinyMCE Widget
    Contact Form 7
    Fast Secure Contact Form
    Meta Slider
    Page Builder by SiteOrigin
    SiteOrigin Widgets Bundle
    Spacer
    Ultimate Addons for SiteOrigin

    deactivated:
    Yoast SEO
    WPGlobus
    WP Super Cache

    Plugin Contributor Alex Gor

    (@alexgff)

    @throhn
    may be you need
    RewriteRule . /index.php [L]
    instead of
    RewriteRule . /sancofa.com/index.php [L]
    ?

    Thread Starter throhn

    (@throhn)

    I have changed it and still the same

    Someone told me WP has actualy no /index.php
    could be that the case? How can I change that?

    Still I dont know the error is somewhere because of the WP Super Cache Plugin? and now its still redirecting?

    Plugin Contributor Alex Gor

    (@alexgff)

    @throhn
    I know this problem is not related with WPGlobus

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘WPGlobus Homepage not working’ is closed to new replies.