Skip to:
Content
Pages
Categories
Search
Top
Bottom

Forum Replies Created

Viewing 1 replies (of 1 total)

  • riki81
    Participant

    @riki81

    Well, it seems that every page goes in a strange way.
    All BP pages redirect to wp-admin, while other components of website redirect to the homepage. For ex. the basket page of WooCommerce.

    Could it be .htaccess file or wp.config.php?

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

    On this server, without
    define(‘WP_HOME’,’http://workwidewomen.com/&#8217;);
    define(‘WP_SITEURL’,’http://workwidewomen.com/&#8217;);
    in wp-config.php
    the server goes in loop between http://www.domainname.com and domainname.com and, after few seconds, says page doesn’t exists.

    On the past server, everything worked fine. There were no loops and I didn’t need
    define(‘WP_HOME’,’http://workwidewomen.com/&#8217;);
    define(‘WP_SITEURL’,’http://workwidewomen.com/&#8217;);

    I think that BP and WooCommerce are “affected” by the same problem I mean… maybe sht’s going wrong on server?
    What can I try to do?

    Thanks again!

Viewing 1 replies (of 1 total)
Skip to toolbar