我有一个网站,在一个特定页面上它需要一个额外的变量。
目前,我使用的 htaccess 是:
RewriteEngine On
RewriteRule ^([^/]*)/$ /index.php?page=$1 [L]
这适用于一个变量。
我将如何使用它: http ://tessite.com/index.php?page=test&id=1
所以它看起来像: http ://tessite.com/test/1
感谢您的任何帮助或回复。
我有一个网站,在一个特定页面上它需要一个额外的变量。
目前,我使用的 htaccess 是:
RewriteEngine On
RewriteRule ^([^/]*)/$ /index.php?page=$1 [L]
这适用于一个变量。
我将如何使用它: http ://tessite.com/index.php?page=test&id=1
所以它看起来像: http ://tessite.com/test/1
感谢您的任何帮助或回复。