Help my Wordpress BLog

Discussion in 'WordPress' started by zarel, Dec 9, 2010.

  1. #1
    Please help me, DP's expert

    my site : www [dot] voi-ze [dot] com
    when i open the site everything is ok, but when i click
    the title content to read the article, it showed like this, picture below
    [​IMG]

    All the article do the same thing, no one can be opened correctly. Please anyone
    can solve this for me.

    Thanks
     
    zarel, Dec 9, 2010 IP
  2. gadgetguy011

    gadgetguy011 Peon

    Messages:
    42
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #2
    try changing the permalink structure and see what happens
     
    gadgetguy011, Dec 9, 2010 IP
  3. Canyoudigit

    Canyoudigit Peon

    Messages:
    320
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Change your permalinks.
     
    Canyoudigit, Dec 9, 2010 IP
  4. zarel

    zarel Active Member

    Messages:
    846
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    55
    #4
    I did, but showed "You should update your .htaccess now.", how to change it?
    What part that i need to update?
     
    zarel, Dec 9, 2010 IP
  5. daljit

    daljit Well-Known Member

    Messages:
    312
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    101
    #5
    you may change the permalink setting(costume structure) in backend(wp-admin).if you still not able to sort the problem feel free to post me.
     
    daljit, Dec 11, 2010 IP
  6. hmansfield

    hmansfield Guest

    Messages:
    7,904
    Likes Received:
    298
    Best Answers:
    0
    Trophy Points:
    280
    #6
    Set your .htaccess to 777 temporarily, and then update permalinks again. It may do it automatically, and then set your permissions back.
    IF not, there should be some code that it displays to add to your .htaccess file.
    It's doesn't usually just say update your file with no indication of what to update with.
     
    hmansfield, Dec 11, 2010 IP
  7. craiger22

    craiger22 Well-Known Member

    Messages:
    1,472
    Likes Received:
    99
    Best Answers:
    0
    Trophy Points:
    170
    #7
    Using ftp edit the .htaccess file in your wp directory. Add the following:

    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>
    # END WordPress
    Code (markup):
     
    craiger22, Dec 11, 2010 IP
  8. zarel

    zarel Active Member

    Messages:
    846
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    55
    #8
    Thanks bro, it works like charm..:)
     
    zarel, Dec 11, 2010 IP
  9. weddingflower

    weddingflower Peon

    Messages:
    48
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #9
    if you change your permalink set your permalink again to solve this problem.
     
    weddingflower, Dec 11, 2010 IP
  10. mikaolsen

    mikaolsen Peon

    Messages:
    34
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #10
    Use this from Craiger or try use a plugin called -All in One SEO Pack..
     
    mikaolsen, Dec 14, 2010 IP
  11. zarel

    zarel Active Member

    Messages:
    846
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    55
    #11
    How to put the code with - All in One SEO Pack--, I'm just looking around but do not know how.
    Lastly i just contact admin hosting, and they fix it BUt every domain that i installed Wordpress
    do the same case, it's really suck. Since i don't know how to create .htacces and using FTP
    look your solution easier by using that plugin.
     
    zarel, Dec 14, 2010 IP