• I installed a fresh 3.05, and upgraded to multisite. Now when trying to open a page it shows: The requested URL was not found on this server.
    Either, the images show up when imported. I tried the flash and the nomal uploader. After I checked the ftp –they are there, but somehow not linked to the mapped site.
    I checked the htaccess and this is what I have:

    RewriteEngine On
    RewriteBase /
    RewriteRule ^index\.php$ – [L]

    # uploaded files
    RewriteRule ^files/(.+) wp-includes/ms-files.php?file=$1 [L]

    RewriteCond %{REQUEST_FILENAME} -f [OR]
    RewriteCond %{REQUEST_FILENAME} -d
    RewriteRule ^ – [L]
    RewriteRule . index.php [L]

    I think it’s normal.

    It looks like an interference between the mapped to the superadmin database.

    Hope you have an idea how to fix this. I checked allready in the forum, but nothing points the right solution yet.
    Thanks.

Viewing 5 replies - 1 through 5 (of 5 total)
  • Is mod_rewrite running in Apache (I’m assuming you are using Apache — if not, make sure the rewrite module is turned on in whatever server you are using).

    Any reason you aren’t using 3.1?

    Thread Starter mistermagoo

    (@mistermagoo)

    Yes, I’m not using 3.1 because the domain mapping plugin didn’t work correctly. I had thread on this, and nobody could help. Besides that in other discussions, many people had the same issue, and just a few could solve it. Aparently the mapping plugin or 3.1 have an incompatiblity.
    Also, the 3.1 doesn’t allow to have more than 200 plugins, 3.05 allows it.

    Actualy, in that installation, was previously 3.05 in multisite, and it was working perfectly. I upgraded to 3.1 and all the problems started. I had to reinstall everything, and now this issue with the pages and images.

    I will check now in my server if the Apache is running correctly.

    Thread Starter mistermagoo

    (@mistermagoo)

    Mod_rewrite is on by default in my server. Any other idea?

    Thread Starter mistermagoo

    (@mistermagoo)

    Aparently something happend to the permalinks of the superadmin. After setting back to default, and also in all mapped domains, the pages are showing again. But if I set back to ” /%category%/%postname%/”, the pages are no longer showing.

    The image gallery is now uploading the images even after re-activating the mapping pugin. So there’s an issue with the permalinks structure on that multisite it self.

    Any ideas how to fix this?

    Thread Starter mistermagoo

    (@mistermagoo)

    I desinstalled the domain mapping and other plugins, but no result. Also after reactivating the plugins.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Pages nor images don't show’ is closed to new replies.