Pages nor images don't show
-
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.
- The topic ‘Pages nor images don't show’ is closed to new replies.