Viewing 1 replies (of 1 total)
  • Moderator Ipstenu (Mika Epstein)

    (@ipstenu)

    🏳️‍🌈 Advisor and Activist

    You can’t. You must have the trailing slash. It’s part of WP.

    As for the www/non-www thing, there are a couple possibilities. One is that when you set up WP, you weren’t consistant.

    In your database, open the wp_blogs table.
    blog_id 1, should be your main site. The value under domain should match your chosen site url. For example, the value in your wp_config.php file:

    define( 'DOMAIN_CURRENT_SITE', 'www.example.com' );

    They must match.

    If they do, we’ll have to do a .htaccess redirect to sort that out.

Viewing 1 replies (of 1 total)
  • The topic ‘Forced trailing slash and "www"’ is closed to new replies.