duanduo7400 2018-09-27 12:34
浏览 299

如何使用htaccess将url重定向到404页面?

When i am hitting https://mobilecoderz.com/contactffdd then it is returning 404 error page.

Which is absolutely working fine.

When i am hitting https://mobilecoderz.com/contact then it is returning Contact page.

Which is absolutely working fine.

But when i am hitting https://mobilecoderz.com/contact/adfadf then it is also returning contact page.

But it should return 404 error page. How can i achieve this using htaccess?

  • 写回答

1条回答 默认 最新

  • ds11111111111111111 2018-09-27 12:51
    关注

    You can use these 2 lines at the top of your .htaccess:

    DirectoryIndex index.html
    ErrorDocument 404 http://yoururl
    

    DirectoryIndex will make yoururl load yoururl/index.html by default and use of http:// in ErrorDocument will make it redirect to new URL.

    OR

    RedirectMatch 404 ^/abc/.*$
    

    OR

    RewriteEngine On
    
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /subfolder/404.php [L]
    
    评论

报告相同问题?

悬赏问题

  • ¥15 想问一下树莓派接上显示屏后出现如图所示画面,是什么问题导致的
  • ¥100 嵌入式系统基于PIC16F882和热敏电阻的数字温度计
  • ¥15 cmd cl 0x000007b
  • ¥20 BAPI_PR_CHANGE how to add account assignment information for service line
  • ¥500 火焰左右视图、视差(基于双目相机)
  • ¥100 set_link_state
  • ¥15 虚幻5 UE美术毛发渲染
  • ¥15 CVRP 图论 物流运输优化
  • ¥15 Tableau online 嵌入ppt失败
  • ¥100 支付宝网页转账系统不识别账号