Apache では、.htaccess でファイルパスに基づいて別の 404 ページを返すことは可能ですか?
例えば:
For missing pages under http://example.com/support/*
Redirect to 404-support.php
For all else
ErrorDocument 404 /404.php
Apache では、.htaccess でファイルパスに基づいて別の 404 ページを返すことは可能ですか?
例えば:
For missing pages under http://example.com/support/*
Redirect to 404-support.php
For all else
ErrorDocument 404 /404.php