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/” ) ;
?>
`
This works better, if the 404 comes up, it redirects to the homepage… not bad for a starter – all in one day
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.
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.