Joe Link
Well-known member
I'm running LiteSpeed. In my Apache error_log I'm seeing this over and over, for each of my XF domains.
I've gathered that this has to do with the default XF .htaccess file and the handling of error pages.
First, I'd like to configure this so it doesn't fill my error log.
Second, I'm curious to know if there's a way to configure the default XF error page to display something that might keep the user on the page, such as a list of current threads, and whether this would confuse the search engines. I know this would take a custom add-on.
Code:
2015-01-26 10:08:41.184 [INFO] [xxx.xxx.xxx.xxx:56617-0#APVH_69.167.176.63:443_domain.com] File not found [/home/account/public_html/crossdomain.xml]
2015-01-26 10:08:41.184 [INFO] [xxx.xxx.xxx.xxx:56617-0#APVH_69.167.176.63:443_domain.com] File not found [/home/account/public_html/404.shtml]
I've gathered that this has to do with the default XF .htaccess file and the handling of error pages.
First, I'd like to configure this so it doesn't fill my error log.
Second, I'm curious to know if there's a way to configure the default XF error page to display something that might keep the user on the page, such as a list of current threads, and whether this would confuse the search engines. I know this would take a custom add-on.