So I finally got around to creating a custom 404 error page. You can view it here: http://www.mustangexclusives.com/uhoh.html I made the page using a WYSIWYG editor and then copy and pasted the html code into a file in my root directory. Everything displays correctly and looks the way it should except I'm having some trouble with the links on the page not working. Since there isn't a huge number of links, I decided to simply type in the full URL instead of merely "/" for each link. I read it was smart to do that, but regardless many of the links that are supposed to redirect to /deal or /recent directories are not working. Some of the links do work, such as links to the homepage, which I've put as "http://www.mustangexclusives.com" but links that go to other directories besides the home page don't seem to work, except for the ones that redirect to /learn_more/, which are also html pages under that directory if that matters. If you hover over a link, you can see the URL toolbar that the link correctly displays, but once you click on the link it's almost as though it just refreshes the 404 page. I'll be honest I don't have a super high amount of experience with 404 pages, but I just assumed the HTML code for a link should work correctly. Can anyone help? EDIT>> Currently, the RSS feed to my blog opens in a new window, which I'll change once I solve this issue, but curiously, opening a links specified with _blank seems to work okay. However, links specified to open in the same window do not work even if you right click to open in new tab.
Nevermind, I'm having some issues with the rewrite. Let me reconfigure some things and then I'll ask again if I have issues.