gpt4 book ai didi

lamp - 使用灯上的 mod_rewrite 制作 seo/canonicals url

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

我有一家托管公司不允许在 linux、php、mysql 和 apache 上使用 .htaccess(禁用 mod-rewrite)。

我希望 url 对我的网站更具 seo/canonicals。我现在:

/index.php
/flowers.php?id=41
/flowers.php?type=deco&mode=texture&color=red
etc...

有没有办法这样写:

/home
/flowers/12
/flowers/deco/texture/red

不使用 .htaccess 和 mod-rewrite?或者我需要寻找其他主机?

最佳答案

如果您不使用自定义方法(例如维基百科),则不能。正如@BookOfZeus 所说,您需要启用 mod-rewrite 才能这样做。我会推荐它!

现在,您可以执行以下操作:

您必须设置您的脚本来读取 URL,然后对其进行解析。

你可以拥有:

/index.php/page1/page2.html

因此脚本将读取 $_SERVER['PATH_INFO'] 然后拆分为 '/'。所以你会得到一个数组,然后你可以按照你的逻辑来分隔内容。

如果可以,您可以尝试通过添加以下内容来隐藏 PHP:

<Files index>
ForceType application/x-httpd-php
</Files>

所以你最终会得到一个像这样的 url:/index/page1/page2.html

来源:

http://webarto.com/50/php-seo-url-function

http://www.daniweb.com/web-development/php/threads/95933

关于lamp - 使用灯上的 mod_rewrite 制作 seo/canonicals url,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/8977602/

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