gpt4 book ai didi

.htaccess - 复杂的 .htaccess 问题

转载 作者:行者123 更新时间:2023-12-04 06:43:45 24 4
gpt4 key购买 nike

假设我有以下文件结构:

www.example.com/index.php(主页)
www.example.com/about.php
www.example.com/services.php
www.example.com/contact.php

如何在 .htaccess 文件中使用 mod_rewrite 以便浏览器指向:
www.example.com/about.php

显示的实际 URL 将是:
www.example.com/about/

但是,我不希望这适用于 index.php
换句话说,我不想看到:
www.example.com/index/

感谢您的任何帮助,因为我即将疯狂地试图解决这个问题......:D

最佳答案

RewriteCond %{REQUEST_FILENAME} !index.php$
RewriteRule ^(.*)\/$ $1.php [L]

编辑:我想这更好

关于.htaccess - 复杂的 .htaccess 问题,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/3947532/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com