Skip to:
Content
Pages
Categories
Search
Top
Bottom

Forum Replies Created

Viewing 5 replies - 1 through 5 (of 5 total)

  • brownstone73
    Member

    @brownstone73

    Got it all working now. on the 404 error, I just used a 301 redirect:
    `
    <?php
    header(“Status: 301 Moved Permanently”) ;
    header(“Location:http://www.sweepbook.com/rate-this/&#8221; ) ;
    ?>
    `

    This works better, if the 404 comes up, it redirects to the homepage… not bad for a starter – all in one day ;)


    brownstone73
    Member

    @brownstone73

    Thanks you all for your answers, I’ll come up with workaround. As mentioned, I know Linux is much better for WEB SERVERS, but like I said, I have .aspx pages that I’d rather not want to play around with.


    brownstone73
    Member

    @brownstone73

    Thank you all for you replies. I have posted this issue on WordPress before when I was using pageline theme, but nobody replied on WordPress.

    @Chris, that is exactly what I am looking for, I’m not too fimiliar with coding and currently learning, it will be a big help if I know which codes to remove. I’m basically trying to get rid of all the unecessary things on my site to increase performance. I know wordpress runs better on Linux, but I cannot change to Linux since I have another website that are recieving good traffic, and that website contains aspx pages.


    brownstone73
    Member

    @brownstone73

    ok, I managed to sort out number 2, just 1 and 3 remaining


    brownstone73
    Member

    @brownstone73

    Thanks for the reply @mercime.

    1. I don’t have any groups registered, I just wanted to know if the functionality can be removed completely.

    3. http://www.sweepbook.com is my main site, wordpress/buddypress is installed in a subdirectory, http://www.sweepbook.com/rate-this/. If I use the WordPress twentyeleven them, the logos redirect correctly to http://www.sweepbook.com/rate-this/.

Viewing 5 replies - 1 through 5 (of 5 total)
Skip to toolbar