• unfortunately we didn’t get an answer to our first request. maybe i didn’t put the question right, so again today.

    we have a wp multi site with one main and several sub-pages. Everything works great on the main page. The problem with the undersides is that the dashboard does not build up correctly in the backend. the css information seems to be missing.

    please look: https:/www.fensterprofi24.de/screens/wp1.png

    if you press one of the left then the following error appears; ?File not found.“

    The page works perfectly in the frontend. We have already de-installed all plugins and also replaced the theme. So far without success.

    Who can help ?

    The page I need help with: [log in to see the link]

Viewing 16 replies (of 16 total)
  • Thread Starter candita132

    (@candita132)

    the “webshop” page is the bottom. the same phenomenon occurs on all undersides.

    the content of the .htaccess is as follows:

    # BEGIN WordPress
    # Die Anweisungen (Zeilen) zwischen BEGIN WordPress und END WordPress sind
    # dynamisch generiert und sollten nur über WordPress-Filter ge?ndert werden.
    # Alle ?nderungen an den Anweisungen zwischen diesen Markierungen werden überschrieben.
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteRule ^index\.php$ – [L]

    # add a trailing slash to /wp-admin
    RewriteRule ^([_0-9a-zA-Z-]+/)?wp-admin$ $1wp-admin/ [R=301,L]

    RewriteCond %{REQUEST_FILENAME} -f [OR]
    RewriteCond %{REQUEST_FILENAME} -d
    RewriteRule ^ – [L]
    RewriteRule ^([_0-9a-zA-Z-]+/)?(wp-(content|admin|includes).*) $2 [L]
    RewriteRule ^([_0-9a-zA-Z-]+/)?(.*\.php)$ $2 [L]
    RewriteRule . index.php [L]
    </IfModule>

    # END WordPress

Viewing 16 replies (of 16 total)
  • The topic ‘Problems with the dashboard multisite’ is closed to new replies.