Viewing 6 replies - 1 through 6 (of 6 total)
  • Thread Starter LinkCreative

    (@linkcreative)

    Anyone?

    Your issue is permalink related.

    whats in your .htaccess?

    when you update your permalinks, what does the page say regarding your .htaccess?

    See that your content is in place:

    http://www.linkcreativedesign.com/?p=1

    Thread Starter LinkCreative

    (@linkcreative)

    This is everything that is in my htaccess file.

    # -FrontPage-

    IndexIgnore .htaccess */.??* *~ *# */HEADER* */README* */_vti*

    <Limit GET POST>
    order deny,allow
    deny from all
    allow from all
    </Limit>
    <Limit PUT DELETE>
    order deny,allow
    deny from all
    </Limit>
    AuthName linkcreativedesign.com
    AuthUserFile /hsphere/local/home/linkcrea/linkcreativedesign.com/_vti_pvt/service.pwd
    AuthGroupFile /hsphere/local/home/linkcrea/linkcreativedesign.com/_vti_pvt/service.grp

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

    That last portion starting and ending in <IfModule is what WP had me ad when it said it could not automatically update my htaccess.

    before I had added that I could not get it to recognize that I had changed my permalinks to %pagename% but this fixed that BUT NOW my only problem is it not going the single page of a blog when clicking on the blog entry title.

    Thanks

    Thread Starter LinkCreative

    (@linkcreative)

    ah! what could this be, everything is right I believe

    Thread Starter LinkCreative

    (@linkcreative)

    anyone else have any idea how to specifically fix this issue Im having? Thank you

    Thread Starter LinkCreative

    (@linkcreative)

    bump

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘problem with blog single page loading’ is closed to new replies.