开发者

htaccess 404 include page

开发者 https://www.devze.com 2022-12-21 17:22 出处:网络
I know I can redirect to a 404 page with htaccess, bu开发者_开发问答t can I just include the custom 404 page I have into the URL that is causing the 404? For example, someone types in blahwat.php, whi

I know I can redirect to a 404 page with htaccess, bu开发者_开发问答t can I just include the custom 404 page I have into the URL that is causing the 404? For example, someone types in blahwat.php, which is not on the server, can I keep them on that page but instead of the apache 404 can I have it include my custom 404 page?


Using ErrorDocument does not redirect, so I don't know why you're bringing redirection up.

In any case, if there was a page at the URL then you wouldn't be getting a 404 in the first place.

0

精彩评论

暂无评论...
验证码 换一张
取 消