Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter Tim Moore

    (@tmoorewp)

    Well, I’ve got this down to the fact that the Real URL needs to have a trailing slash in order to work correctly. Now looking for a solution to add the trailing slash on requests lacking it.

    Thread Starter Tim Moore

    (@tmoorewp)

    It looks like this addition to the .htaccess file in the WordPress root directory solves the issue:

    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_URI} !\..+$
    RewriteCond %{REQUEST_URI} !/$
    RewriteRule ^(.+)$ $1/ [R=301,L]
Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘[Plugin: WordPress MU Domain Mapping] Mapped Domains Not Working Correctly’ is closed to new replies.