InSeaSamui
Forum Replies Created
-
Forum: Networking WordPress
In reply to: No 404 pages displayed…ever!The issue was actually in Delicate theme’s 404.php in the statements:
<?php if (have_posts()) : ?> <?php while (have_posts()) : the_post(); ?>Once these statements are removed, the error page worked fine. Subsequently I have started using AskApache Google 404 plugin which is very nice for directing the user to relevant content. Im not sure whether it is SEO friendly though.
Thanks for your help.
Forum: Networking WordPress
In reply to: No 404 pages displayed…ever!Yes switching to TwentyTen does indicate it is an issue with the theme: Delicate. I will post the fix once i’ve figured it out. Thanks for your help!
Forum: Networking WordPress
In reply to: Link to sub-directory site from main siteNo I havent! Thats why im confused! To temporarily fix it ive used a plugin to redirect and edited the database so the sitemaps are generated correctly. If you know of a more permanent solution, i really appreciate it!
Forum: Networking WordPress
In reply to: Moving multiple WordPress sites to MultisiteYes Ipstenu, adding menu items to the visual editor. The plugins are activated for the blog…there was a whole host of them for inserting nextgen or cooliris galleries, embedding flash, etc.
Forum: Networking WordPress
In reply to: Moving multiple WordPress sites to MultisiteNew issue im having is with plugin options displayed for posts & page wysiwyg. No post/page plugin insert/edit options are being displayed, only the standard html shortcut buttons. Any ideas?
Also there’s an option in NextGen to display a specified number of images with each post related to either tags or categories…no images are being inserted :/
Forum: Networking WordPress
In reply to: No Posts & sub-directories stuck in redirect loopClean install removed the issue. I dont know what the problem was originally.
Forum: Networking WordPress
In reply to: No Posts & sub-directories stuck in redirect loop.htacesss content:
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]# uploaded files
RewriteRule ^([_0-9a-zA-Z-]+/)?files/(.+) wp-includes/ms-files.php?file=$2 [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).*) $1 [L]
RewriteRule ^[_0-9a-zA-Z-]+/(.*\.php)$ $1 [L]
RewriteRule . index.php [L]
</IfModule># END WordPress
Forum: Networking WordPress
In reply to: No Posts & sub-directories stuck in redirect loopPlugins turned off and theme set to default still gives the same problem.
Forum: Networking WordPress
In reply to: Moving multiple WordPress sites to MultisiteHi Andrea, thanks for the reply, I already found these resources.
Im still having a problem with posts not displaying correctly. Wiping out the tables and importing the edited SQL file (changing wp_ for wp_#_ and the urls in the content) everything works fine other than the the home page which displays my posts. Post text content is displayed but media and plugin related content are not. In the 3 posts I have, 2 use a NextGen gallery image and 1 a wp wunderground plugin shortcode, all fail to display their content.
Cache and cookies have been cleared and tables flushed and repaired to no avail.