Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter Bernard_F

    (@bernard_f)

    Share you htaccess and folder structure, so we can have a look

    Thread Starter Bernard_F

    (@bernard_f)

    In my site, WordPress is installed in a subdirectory named wordpress. In root directory I have a .htaccess with the following rule to convert root url to wordpress. The “/” before wordpress is needed with 4.4.2. That’s a change.

    RewriteEngine On
    RewriteCond %{HTTP_HOST} ^(www.)?mysite.com$
    RewriteRule ^(/)?$ /wordpress [L]

    Then in /wordpress subdirectory, I have created a .htaccess file which is the standard WordPress one for 4.4.2. No additional rule is needed and it works fine now. Without this file in /wordpress subdirectory I had many problems with multisite.

    I hope this can give some ideas to track your problem.

    Thread Starter Bernard_F

    (@bernard_f)

    The problem has been fixed, by adding a 2nd .htaccess in the ./wordpress directory under root of the site. It seems 4.4.2 reacts differently to .htaccess rewrite rule than previous wordpress release and that this impacts the multisite implementation.

Viewing 3 replies - 1 through 3 (of 3 total)