Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • tdb6800 Friend
    #177908

    I can’t seem to get the system redirects to work.

    I have the system-redirect plugin enabled.

    I have setup the following redirect to test
    http://beernewb.com/test_redirect.php to http://beernewb.com

    I would eventually like to redirect all 404 errors. I made the changes to the error.php file but it just seems like its not even reading that file.

    My site is beernewb.com

    This is a bit of an urgent matter as my site stats as plummeting due to 404 errors generated from my migration.

    Thanks

    tdb6800 Friend
    #456580

    I have managed to redirect all 404 errors to my homepage by using the cpanel error pages redirect on my host.

    So it’s a quick fix, I still need to get to the bottom of the system-redirect from joomla.

    Here is the code I used to direct via cpanel of it might help someone


    <HTML>
    <HEAD>
    <TITLE>Meta Redirect Code</TITLE>
    <meta http-equiv="refresh" content="0;url=http://www.yoursitehere.com/">
    </HEAD>
    <BODY>
    <script language="javascript">
    location.replace("http://www.yoursitehere.com/");
    </script>
    </BODY>
    </HTML>
    <!--

    -->

    Stork11 Friend
    #456634

    <em>@tdb6800 324169 wrote:</em><blockquote>I can’t seem to get the system redirects to work.

    I have the system-redirect plugin enabled.

    I have setup the following redirect to test
    http://beernewb.com/test_redirect.php to http://beernewb.com

    I would eventually like to redirect all 404 errors. I made the changes to the error.php file but it just seems like its not even reading that file.

    My site is beernewb.com

    This is a bit of an urgent matter as my site stats as plummeting due to 404 errors generated from my migration.

    Thanks</blockquote>
    Hello tdb6800,

    I can see http://beernewb.com/test_redirect.php URL already redirected to http://beernewb.com . Please check and confirm the same.

    Best regards.

    tdb6800 Friend
    #457333

    Yes it does. I posted the solution on the post above yours.
    Thanks.

Viewing 4 posts - 1 through 4 (of 4 total)

This topic contains 4 replies, has 2 voices, and was last updated by  tdb6800 12 years, 4 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum