jborneman
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Custom 404 Only Works for Certain Pathsyou’re the man (or woman? either way, it worked :)! that worked great.
Forum: Fixing WordPress
In reply to: Custom 404 Only Works for Certain Pathsbest place I can find for this question. I’m trying to create a custom 404 page. I made a template for 404 and created a page that exists at http://www.mydomain.com/404/ that has what I want to be my 404 page.
I tried adding the following to my .htaccess
ErrorDocument 404 http://www.mydomain.com/404/But everytime I go to a page that does not exist (this example, http://www.mydomain.com/nothere.html) I get the following:
“Not Found
The requested URL /nothere.html was not found on this server.Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request. “
ANy ideas? AM I doing something really dumb?
Forum: Themes and Templates
In reply to: is there “yearly” for wp_get_archives?that’s what I was afraid of. Oh well, years change slowly so I might just hardcode the links to /year/ since that’s the way I have my permalinks set up.
thanks for the feedback
Forum: Fixing WordPress
In reply to: Theme Editor ProblemThat’s what I thought. I had Drupal on this same host at one point but ona whole different directory structure/DB Host than my current WP install.
Whgat’s stranger is that I have WP on the same host account for a different full domain running and the Theme Editor works just fine for it.
Guess I was hoping it was a silly little problem others had seen before…
Forum: Themes and Templates
In reply to: is there “yearly” for wp_get_archives?that’s a different topic. I’m talking about the wp_get_archives() function where you can put in “type=monthly” or “type=daily” but apaprently not “type=yearly”.