1. <i id='raeXN'><tr id='raeXN'><dt id='raeXN'><q id='raeXN'><span id='raeXN'><b id='raeXN'><form id='raeXN'><ins id='raeXN'></ins><ul id='raeXN'></ul><sub id='raeXN'></sub></form><legend id='raeXN'></legend><bdo id='raeXN'><pre id='raeXN'><center id='raeXN'></center></pre></bdo></b><th id='raeXN'></th></span></q></dt></tr></i><div id='raeXN'><tfoot id='raeXN'></tfoot><dl id='raeXN'><fieldset id='raeXN'></fieldset></dl></div>
        <bdo id='raeXN'></bdo><ul id='raeXN'></ul>

      <small id='raeXN'></small><noframes id='raeXN'>

        <tfoot id='raeXN'></tfoot>

        <legend id='raeXN'><style id='raeXN'><dir id='raeXN'><q id='raeXN'></q></dir></style></legend>
      1. 使用 PHP 如何制定重写规则?

        Using PHP how do I make a rewrite rule?(使用 PHP 如何制定重写规则?)
        <i id='hu8HO'><tr id='hu8HO'><dt id='hu8HO'><q id='hu8HO'><span id='hu8HO'><b id='hu8HO'><form id='hu8HO'><ins id='hu8HO'></ins><ul id='hu8HO'></ul><sub id='hu8HO'></sub></form><legend id='hu8HO'></legend><bdo id='hu8HO'><pre id='hu8HO'><center id='hu8HO'></center></pre></bdo></b><th id='hu8HO'></th></span></q></dt></tr></i><div id='hu8HO'><tfoot id='hu8HO'></tfoot><dl id='hu8HO'><fieldset id='hu8HO'></fieldset></dl></div>
        • <bdo id='hu8HO'></bdo><ul id='hu8HO'></ul>
          <legend id='hu8HO'><style id='hu8HO'><dir id='hu8HO'><q id='hu8HO'></q></dir></style></legend>
            <tbody id='hu8HO'></tbody>

          <tfoot id='hu8HO'></tfoot>

          <small id='hu8HO'></small><noframes id='hu8HO'>

                • 本文介绍了使用 PHP 如何制定重写规则?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着跟版网的小编来一起学习吧!

                  问题描述

                  第一次使用 mod rewrite.请帮我制定这些规则

                  Using mod rewrite for the first time. Please help me with these rules

                  我希望为页面重写我的网址,如下所示:

                  I'd like my urls rewritten for pages as follows:

                  list.php?city=dallas >>> list/city/dallas

                  profile.php?id=12 >>> profile/zaknuman(从数据库检索的用户名)

                  profile.php?id=12 >>> profile/zaknuman (username retrieved from db)

                  story.php?id=33 >>> story/there-are-no-ants-in-texas(从数据库检索的故事标题)

                  story.php?id=33 >>> story/there-are-no-ants-in-texas (story title retrieved from db)

                  推荐答案

                  RewriteRule list/city/([a-zA-Z])$ list.php?city=$1
                  

                  应该匹配最后一个斜杠后 a-z 和 A-Z 范围内的每个字符.

                  which should match every character in the range a-z and A-Z after the final slash.

                  另外两个我相信你需要在数据库中嵌入 slug('zaknuman' 和 'there-are-no-ants-in-texas'),然后你就可以从数据库并以这种方式获取您的 ID,可见:

                  The other two I believe you'll need to embed the slug ('zaknuman' and 'there-are-no-ants-in-texas') in the database and then you'll be able to retrieve that slug from the database and get your ID that way, vis:

                  RewriteRule profile/(.*)$ profile.php?slug=$1
                  
                  RewriteRule story/(.*)$ story.php?slug=$1
                  

                  这最后 2 个匹配最后一个斜杠后的每个字符.

                  These last 2 match every character after the final slash.

                  不要忘记确保您的 .htaccess 文件或 Apache 配置中有RewriteEngine On"!

                  Don't forget to make sure you have "RewriteEngine On" in your .htaccess file or Apache configuration!

                  这篇关于使用 PHP 如何制定重写规则?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

                  本站部分内容来源互联网,如果有图片或者内容侵犯了您的权益,请联系我们,我们会在确认后第一时间进行删除!

                  相关文档推荐

                  Appending GET parameters to URL from lt;formgt; action(将 GET 参数附加到来自 lt;formgt; 的 URL行动)
                  Forcing quot;Save Asquot; dialog via jQuery GET(强制“另存为通过 jQuery GET 对话框)
                  PHP - get certain word from string(PHP - 从字符串中获取某个单词)
                  How to debug a get request in php using curl(如何使用 curl 在 php 中调试 get 请求)
                  get a # from a url in php(从 php 中的 url 获取 #)
                  PHP - include() file not working when variables are put in url?(PHP - 将变量放入 url 时,include() 文件不起作用?)

                  1. <legend id='KJMg3'><style id='KJMg3'><dir id='KJMg3'><q id='KJMg3'></q></dir></style></legend>
                      <tbody id='KJMg3'></tbody>

                          <small id='KJMg3'></small><noframes id='KJMg3'>

                        • <i id='KJMg3'><tr id='KJMg3'><dt id='KJMg3'><q id='KJMg3'><span id='KJMg3'><b id='KJMg3'><form id='KJMg3'><ins id='KJMg3'></ins><ul id='KJMg3'></ul><sub id='KJMg3'></sub></form><legend id='KJMg3'></legend><bdo id='KJMg3'><pre id='KJMg3'><center id='KJMg3'></center></pre></bdo></b><th id='KJMg3'></th></span></q></dt></tr></i><div id='KJMg3'><tfoot id='KJMg3'></tfoot><dl id='KJMg3'><fieldset id='KJMg3'></fieldset></dl></div>
                        • <tfoot id='KJMg3'></tfoot>
                            <bdo id='KJMg3'></bdo><ul id='KJMg3'></ul>