moved server for wordpress blog

Discussion in 'WordPress' started by login, Apr 23, 2007.

  1. #1
    I cannot access the comments or the post in my wordpress blog after I moved server. It says page not found. Whats up ? Are there any folders that I need to change permissions on ?

    EDIT: It works if I set the permalink options to default, but I used custom: /%year%/%monthnum%/%postname%/ and its not working when I use that one.

    EDIT 2: It works now.

    in .htaccess:

    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>

    And I am talking to myself :D :D
     
    login, Apr 23, 2007 IP
  2. Anita

    Anita Peon

    Messages:
    1,142
    Likes Received:
    51
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Apparently! ;)

    Didn't give us much time to respond, glad you got it worked out.
     
    Anita, Apr 23, 2007 IP
  3. login

    login Notable Member

    Messages:
    8,849
    Likes Received:
    349
    Best Answers:
    0
    Trophy Points:
    280
    #3
    Hehe, thanks.
     
    login, Apr 23, 2007 IP