Blogg Linking Issues - Help Please!

Discussion in 'Scripts' started by konradbraun, Jan 23, 2008.

Thread Status:
Not open for further replies.
  1. #1
    Hi
    I just recently updated a few posts on my blog (www.searchenginemarketingpro.biz) and now when i try open up one post by itself... an error message displays saying the page does not exist. How can I change this? I can't for the world figure out what I did wrong.

    Konrad
     
    konradbraun, Jan 23, 2008 IP
  2. riya_senk

    riya_senk Well-Known Member

    Messages:
    2,014
    Likes Received:
    174
    Best Answers:
    0
    Trophy Points:
    160
    #2
    Its just .htaccess problem. Write this code in notepad and save it as .htaccess and upload on directory where blog is installed.


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


    Let me know if you need any more help.
     
    riya_senk, Jan 23, 2008 IP
    konradbraun likes this.
  3. konradbraun

    konradbraun Peon

    Messages:
    842
    Likes Received:
    10
    Best Answers:
    0
    Trophy Points:
    0
    #3
    It worked like magic. You're the best!

    Thanks a Billion!
     
    konradbraun, Jan 23, 2008 IP
Thread Status:
Not open for further replies.