Forums

permalinks problem in wp 3.2.1 (3 posts)

  1. muktaking
    Member
    Posted 9 months ago #

    I run local server on my computer.i installed wp 3.2.1 then i,ve written some
    posts .After that when i change permalinks into month and day option or anyothers except default, no post then come and a page containg" Object not found " show me.please help me soon.

  2. Samuel B
    moderator
    Posted 9 months ago #

    If you want to use permalinks, you will need to make a change inside another file:
     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.
  3. muktaking
    Member
    Posted 9 months ago #

    thanks you

Reply

You must log in to post.

About this Topic