Results 1 to 7 of 7

Thread: 404 solution

  1. #1
    Thread Starter
    Junior Member
    Not a Verified Customer
    Martin's Avatar
    Join Date
    Apr 2009
    Posts
    20
    Thanks
    0
    Thanked 0 Times in 0 Posts

    404 solution

    Been looking for 404 plugin. Has anyone got any suggestions?

  2. #2
    Veteran pointandstare's Avatar
    Join Date
    Apr 2009
    Location
    London, England
    Posts
    311
    Thanks
    0
    Thanked 2 Times in 2 Posts

    Re: 404 solution

    What do you mean exactly?
    The theme comes with a 404 page.

    Not sure if this is helpful but there is a plugin called 'Redirection' that can be set to redirect 404s etc

  3. #3
    Thread Starter
    Junior Member
    Not a Verified Customer
    Martin's Avatar
    Join Date
    Apr 2009
    Posts
    20
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Re: 404 solution

    What I am looking is a SEO-optimized 404 plugin.

    I have come accross with 404 plugin by askapache.com

    here it is:

    http://www.askapache.com/seo/404-google ... lugin.html" onclick="window.open(this.href);return false;

    but it seems it does not work with classipress? has anyone tried it?

  4. #4
    Veteran pointandstare's Avatar
    Join Date
    Apr 2009
    Location
    London, England
    Posts
    311
    Thanks
    0
    Thanked 2 Times in 2 Posts

    Re: 404 solution

    Maybe explain what you are trying to achieve and then we can find the solution.

  5. #5
    jomarkosabel's Avatar
    Join Date
    Mar 2009
    Location
    Philippines
    Posts
    40,916
    Thanks
    168
    Thanked 3,402 Times in 3,273 Posts

    Re: 404 solution

    As I understand it, is that a 404 will ensue once an ad has expired and subsequently deleted.

    The best SEO way to do it is to redirect (301 redirect) your 404 to the homepage by simply replacing the default Classipress 404 code with the code below;
    Code:
    <?php
       header("Status: 301 Moved Permanently");
       header("Location:http://www.yousite.com");
    ?>
    Please help our moderating team work more efficiently by not sending us support questions via PM. You can read more about how AppThemes support works here. However, you can send a PM to follow up and remind me if I missed your support request/thread.

    Thank you and have a nice day.

  6. #6
    Veteran pointandstare's Avatar
    Join Date
    Apr 2009
    Location
    London, England
    Posts
    311
    Thanks
    0
    Thanked 2 Times in 2 Posts

    Re: 404 solution

    Ah, I think I understand now - try this plugin.

  7. #7
    Senior Member jakesterz's Avatar
    Join Date
    Aug 2009
    Posts
    194
    Thanks
    0
    Thanked 1 Time in 1 Post

    Re: 404 solution

    Quote Originally Posted by PointandStare
    Ah, I think I understand now - try this plugin.
    P&S, Are you using this plugin? Looking at this plugin, it would seem ideal for what I want to do, but I'm not sure how. I'd like 404s that come from cached pages at the SEs to redirect back to the categories and others to redirect back to the homepage.

    Some of the plugins out there are amazing but the more functionality they have, the more complicated they are to use.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Any solution for N2H plugin
    By sonnycool in forum ClassiPress General Discussion
    Replies: 2
    Last Post: July 14th, 2009, 06:38 PM