gpt4 book ai didi

php - .htaccess 与自定义请求 URI 处理程序和 sef 链接

转载 作者:塔克拉玛干 更新时间:2023-11-03 02:46:08 26 4
gpt4 key购买 nike

目前我是这样使用seo的。

PHP: domain.com/index.php?page=account&do=forgotpassword
.htaccess: domain.com/account/forgotpassword.html

但是,我想为它编写自己的处理程序,或者使用任何其他现有的执行以下操作的处理程序。

Handler: Check request URI, convert it back to normal.
--- Request URI: domain.com/?/account/forgotpassword.html
--- Converts to: domain.com/index.php?page=account&do=forgotpassword
.htaccess: RewriteRule (.*)$ ?/$1
  1. PHP 是否支持此类处理程序?如果是这样,您能否提供一个链接,我可以在其中看到此类处理程序? (例如,Code Igniter 的,如果它存在的话。)

  2. 它对 SEO 方面有什么影响吗? (例如 Google 忽略/喜欢链接)

谢谢。

最佳答案

  1. PHP 没有内置它。但是框架通常有自己的路由(就是这么叫的)库:http://ellislab.com/codeigniter/user-guide/general/routing.html

  2. Google 不关心重写 url 的内容:.htacess 或 php,因为从客户的角度来看,这绝对没有区别。

关于php - .htaccess 与自定义请求 URI 处理程序和 sef 链接,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/14349680/

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