I converted my
Computer Science GRE study guide from a Word document to a series of blog posts, backdated to November 2004. All requests for the original word document and directory are now redirected to the blog posts.
I fixed a potential redirect problem with the Ethics Exam Study Guide. I originally had "Redirect /studyguide/Ethics/index.html http://www.hunterthinks.com/blogger/2004/12/excelsior-college-ethics-exam-study.html" in my .htaccess file. A request for /studyguide/Ethics/Excelsior_College_Ethics_Exam_Study_Guide.doc would then be redirected to http://www.hunterthinks.com/blogger/2004/12/excelsior-college-ethics-exam-study.htmlExcelsior_College_Ethics_Exam_Study_Guide.doc, which is a bad URI, of course. I added "Redirect /studyguide/Ethics/Excelsior_College_Ethics_Exam_Study_Guide.doc http://www.hunterthinks.com/blogger/2004/12/excelsior-college-ethics-exam-study.html" to the .htaccess. There is probably an easier way to do this, but I have not bothered to learn .htaccess syntax.
Post a Comment