• 1) I installed WordPress multisite in localhost using Wamp. When I create a new post or blog, the link to it is displayed, but, when I go to the corresponding page it says “Error not found”.

    Suppost I create a blog named My blog, and when I go to the page, an error is shown saying:- “The requested URL /wordpress/blog/2011/02/20/my-blog/ was not found on this server.”
    How to correct this?

    2) I would like to display login, register and logout links in my website. When a user is not logged in, he should be shown the link “Login/Register”, and when he is logged in, he shouldn’t be shown the login/register link, but should be shown “logout”.How to do this?

Viewing 2 replies - 1 through 2 (of 2 total)
  • 1) did you set it up to use pretty permalinks

    If you want to use permalinks, you will need to make a change inside another file:
    Click the Start button, followed by My Computer > Main drive > whatever folder > apache > Conf and find the file httpd.conf. Open that in a text editor. Use the search facility in the editor to find “rewrite”. The line you need looks like this:

    #LoadModule rewrite_module modules/mod_rewrite.so

    You need to take away the hash sign so it looks like this

    LoadModule rewrite_module modules/mod_rewrite.so

    Now just save the file.

    2)add the Meta widget to the sidebar – it does what you want

    Thread Starter Roshan

    (@roshgorg)

    Very thanks Samuel. By removing the # symbol, it worked well…now i am able to view the post i created.

    And which is the ‘Meta’ you said above. When I searched for it, there are many shown.which one should I select.

    And thanks…

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Blogs or post not found in localhost installation of multisite’ is closed to new replies.