Forum Replies Created

Viewing 5 replies - 1 through 5 (of 5 total)
  • okay I have followed this, and altered the info in my htaccess file to include

    “# BEGIN WordPress
    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]
    # END WordPress”

    and so now in https://masshuu.com/blog/wp-admin/network/sites.php
    I can see that I have a second site, but when i try and goto the second site’s dashboard i still get “Page Not Found”,

    so next i change my htaccess file to include

    “# BEGIN WordPress
    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]
    # END WordPress”

    and when i try to see my second site i get a redirection to my root.

    note. my wordpress isn’t in root but in root/blog/

    maybe i should delete the second blog and start from scratch on the second site?

    Hi Andrea,

    I am really lost here, I am not a super advanced user or am missing something, probably both. But could you point me in the right direction and along which lines I need to go to work out what is wrong here please.

    im looking at this page https://codex.www.ads-software.com/Create_A_Network which is what I used to create the second site, but i cant find the tool> network sub panel, which i presume is because either i’ve broken something or due to the fact that i have already done this.

    So that is as far as my knowing of what is going on/wrong is.

    Thanks for your assistance,
    Matt

    THIS? all of the above if that is what you are asking.

    I have created a new .htaccess, I have tried the plug-in, I have all other plugins disabled at present.

    and I have a broken site, please how can I provide more information?

    could it be to do with the networked site? that is the only recent change I made otehr than the upgrade to 3.1

    thanks,
    Matt

    this didn’t do anything magic.
    i tried building a new .htaccess file in my wordpress root, and it seems even more broken :s

    my blog:
    https://masshuu.com/blog/

    i press on a link and i t doesnt go where it should:
    https://masshuu.com/blog/blog/2010/03/10/many-bears-and-hikes/

    another note, my second wordpress site is not there any longer:
    https://masshuu.com/blog/photography/wp-admin/

    what’s going on, it’s gone wrong?

    Hey,

    So I think I fall under this thread. I have been going around the web for the last few days trying to solve the problem as why my permalinks are now broken.

    I recently set up network sites on my wordpress. So now all permalinks are broken.

    I have tried disactivating all of my plugins, deleting my .htaccess file.

    I am on 3.1 and I am stuck.

    I am happy for somebody in the organisation to access my admin if necessary.

    Right now, if you press on any of my links on my site then you end up at a dead page.
    https://masshuu.com/blog/
    https://masshuu.com/blog/blog/2010/10/ghost-towns/

    Please is there any thoughts on this.

    thanks, matt

Viewing 5 replies - 1 through 5 (of 5 total)