URL在文件名之前使用变量重写

时间:2016-02-19 18:46:41

标签: php mysql .htaccess url-rewriting url-routing

是否可以在自定义PHP产品中实现永久链接结构?如果是这样,有人可以指导我如何这样做。

我的产品包含一堆PHP文件,其中所有页面都会调用head.php。

假设我有index.php,database.php,data.php和foot.php等

我希望网址为http://localhost/********/data.php,而不是http://localhost/data.php。这里的admin_name是自定义结构中的自定义永久链接变量,data.php是/ var / www / html文件夹中的任何php页面。

此处********可以是我想要接受的所有网页中的变量$admin_id

我已经浏览了以下网址,我不确定它是否可行,但无法解决,因为我在$this->currentURI = parse_url($_SERVER["SCRIPT_URI"]);$this->scheme = $this->currentURI["scheme"];上收到错误

http://zcourts.com/2011/02/21/creating-a-php-url-mapper-to-parse-fancy-urls-and-query-strings/#sthash.lZnrAo9z.yys9uNUg.dpbs

0 个答案:

没有答案