The MU forums have moved to WordPress.org

Signup page instead posts (2 posts)

  1. infobih
    Member
    Posted 15 years ago #

    Hi all

    After i have upgraded to 1.5.1 version (upload new files, run admin upgrade procedure), it seems only home pages of each blog working ok

    My Wordpress MU installation is subdomain based (worked very well before)

    When you click on any post title url (any blog) you will be redirecting to new blog signup

    Here is my htaccess:

    RewriteEngine On
    RewriteBase /

    #uploaded files
    RewriteRule ^(.*/)?files/$ index.php [L]
    RewriteRule ^(.*/)?files/(.*) wp-content/blogs.php?file=$2 [L]

    # add a trailing slash to /wp-admin
    RewriteCond %{REQUEST_URI} ^.*/wp-admin$
    RewriteRule ^(.+)$ /$1/ [R=301,L]

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

    <IfModule mod_security.c>
    <Files async-upload.php>
    SecFilterEngine Off
    SecFilterScanPOST Off
    </Files>
    </IfModule>

    In wp-config.php i have added VHOST 'yes' statement

    Please any help nothing works now

    Edit:

    Sometimes when click on post title it gives cache file like 8l1co28h. When i open that file it shows

    HTTP/1.1 302 Moved Temporarily

  2. infobih
    Member
    Posted 15 years ago #

    I just check all http headers for requested individual posts pages and all are 302 Moved Temporary, which gives signup page instead post page.. How to fix it, please?? Anyone

About this Topic