Forums

Help, I get an "page can not be found error" (9 posts)

  1. riverbirch
    Member
    Posted 11 months ago #

    Hi,

    My site was working until today. My homepage works fine but every other page gets a "404 not found" message. Does anyone have any ideas why this would happen?

    My site is www.gardenscope.com

    Thanks in advance

  2. jabin
    Member
    Posted 10 months ago #

    i think your .htccess is on and the code that has been written inside .htccess is incorrect or may be you don't have any pages except home page

  3. kmessinger
    Member
    Posted 10 months ago #

    I checked 6 of your pages with no problems.

  4. ANGELSCOTT
    Member
    Posted 3 months ago #

    Similar issue. When I click on recent post titles, or click on home page blog titles to go to the full length blog article (post)..it states page not found. It's frustrating because if I have a article that is short and says click here "to read more"...there is no more to read. It's happening on both my blogs that are in Beta stage

    Http://www.greenacresandham.com http://www.angelsforhire.net

  5. ZGani
    Member
    Posted 3 months ago #

    @riverbirch - your site looks like a parked domain so can't help much there.

    @ANGELSCOTT - when I clicked on the latest post it came up with a 404 and the following url: http://www.greenacresandham.com/http:/www.greenacresandham.com/ in the add bar. I would suggest checking your permalinks and the index.php code of your theme - the code should look something like:

    <div class="post" id="post-<?php the_ID(); ?>">
    <div class="entrytop"><div class="entry">
            <h2><span class="inpost-date"><?php the_time('F jS, Y') ?></span><a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title(); ?>"><?php the_title(); ?></a></h2>
    	  </div></div>
    
    		<div class="post-content">
    			<?php the_content('Read the rest of this entry &raquo;'); ?>
    		</div>

    The code that returns the single post url is:
    <a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title(); ?>"><?php the_title(); ?></a>

    Yours reads:

    <div class="post-headline">
    	<h2>		<a href="http://www.greenacresandham.com/http:/www.greenacresandham.com/" rel="bookmark" title="Permanent Link to August Feature:  Slow Money Alliance & Principles">August Feature:  Slow Money Alliance & Principles		</a>	</h2>
    	</div>

    - Which is incorrect.

  6. ZGani
    Member
    Posted 3 months ago #

    OK did my reply show up? I can see it but its not showing on the main forum. It shows 5 post but the last poster being Angelscot.

    Gime a nod if you can see 6 replies and are able to read number 5 - lol honestly, am not loosing it :P

  7. samboll
    moderator
    Posted 3 months ago #

    @ ZGani
    for some reason your posts were in the spam queue - prisoners released

  8. ANGELSCOTT
    Member
    Posted 3 months ago #

    ZGani -- I can see 1.5 examples you showed. My domain is not a parked domain. Green Acres & Ham is primary...however, I did have a previous URL and changed the domain name and the previous one is parked. The Primary is not. The Angel's For Hire is not parked either.

    Still need help understanding what to do in laymans terms. Thanks for the quick reply! Looking forward to sorting it out on both blogs.

  9. ZGani
    Member
    Posted 3 months ago #

    @Sambol - thanks, lol I thought I was loosing it.

    @ANGELSCOTT - first site seems to working fine when clicking on the links.
    site 2 however has a coding error - the blog title link seems to call the
    site url. Something like /"><?php bloginfo('name'); ?> thus returning a 404 and
    http://www.angelsforhire.net/http:/www.angelsforhire.net in the add bar.

    It should be something like this: " rel="bookmark" title="Permanent Link to <?php the_title(); ?>"><?php the_title(); ?> - located in the index.php of your theme.

    I had two cases like these, the above solved one and the 2nd turned out to be a plugin issue but I couldnt figure out why since the code was correct.

    Good luck.

Reply

You must log in to post.

About this Topic

Tags

No tags yet.