Rewrite URL after redirecting 404 error htaccess

前端 未结 4 1124
南旧
南旧 2020-11-27 12:36

So I know this may seem a little strange but I for sake of consistency, I would like all my urls to appear in this form: http://domain.com/page/ So far I have gotten the reg

4条回答
  •  情深已故
    2020-11-27 12:56

    In your .htaccess file , if you are using apache you can try with

    Rule for Error Page - 404

    ErrorDocument 404 http://www.domain.com/notFound.html

提交回复
热议问题