Boojum Posted June 9, 2015 Posted June 9, 2015 I have recently deleted a number of pages from my site, and I noticed something interesting. When I click on such a page in my main (www) domain, my custom 404 page appears. When I click on one from another subdomain, I get a 404 *and* a 404 for the 404 error page itself! Is this caused by something missing from the .htaccess files for the subdomains? I thought I should ask here first before changing the .htaccess files because I don't like to mess with them any more than necessary. Quote
TCH-Bruce Posted June 9, 2015 Posted June 9, 2015 .htaccess files are applied from the current directory up, stopping at the main configuration. Any rules and directives that are in the current directory's .htaccess file, supersede any other rules found while evaluating .htaccess further up. If it's not working that way please open a ticket with the help desk and have them take a look. Quote
Boojum Posted June 9, 2015 Author Posted June 9, 2015 Thank you, Bruce. But before I open a ticket, could I resolve this problem simply by adding the error-document line to the subdomains' .htaccess files? At first blush, that looks like what's missing. Quote
Boojum Posted June 9, 2015 Author Posted June 9, 2015 Okay, figured it out. An absolute path was needed. Say, Bruce. It's been a while since I've been on the forums, but they seem ... quieter than I remember them. How are things around here? Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.