在 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