簡體   English   中英

在Codeigniter中重寫搜索結果URL

[英]Search Result URL rewrite in Codeigniter

我想將搜索結果網址從http://www.site.ph/search/?keyword=dog重寫為http://www.site.ph/search/dog

您的幫助將不勝感激。

嘗試這樣做:

轉到您的配置文件並進行以下修改-application \\ config \\ config.php

$config['allow_get_array']       = TRUE;
$config['enable_query_strings'] = FALSE;

使enable_query_strings = FALSE,然后嘗試新的URL。 這可能有效。 謝謝

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM