• <bdo id='mlfnV'></bdo><ul id='mlfnV'></ul>

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

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

        使用 .htaccess 将子目录设置为根目录

        Using .htaccess to set a sub directory as root directory(使用 .htaccess 将子目录设置为根目录)

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

                    <tbody id='eMC3c'></tbody>
                  <legend id='eMC3c'><style id='eMC3c'><dir id='eMC3c'><q id='eMC3c'></q></dir></style></legend>
                  本文介绍了使用 .htaccess 将子目录设置为根目录的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着跟版网的小编来一起学习吧!

                  问题描述

                  有没有办法使用 htaccess 告诉一个子目录作为整个站点的根目录?

                  Is there a way to use htaccess to tell a subdirectory to act as the root for the entire site?

                  例如,如果我在 http://localhost/testsite/ 下有一个网站,并且在它的 index.php文件我使用以下代码引用了样式表..

                  For example, if I had a website under http://localhost/testsite/ and in it's index.php file I had a reference to the stylesheet using the following code..

                  <link rel="stylesheet" type="text/css" href="/css/layout.css" />
                  

                  然后我可以加载/localhost/testsite/css/layout.css 吗?

                  Could I then make that load /localhost/testsite/css/layout.css?

                  为了解决这个问题,我为每个站点设置了 localhost 子域,虽然有效,但并不理想.

                  To get around this problem, I set up localhost subdomains for each site which although works, is not ideal.

                  非常感谢.

                  推荐答案

                  如果你想保留 'href="/css/layout.css"' 部分,那么是的,你可以设置一个重写规则.你只需要小心不要重定向任何以/testsite 开头的内容(否则你会以循环结束).

                  If you want to keep the 'href="/css/layout.css"' part, then yes, you can set up a rewrite rule. You just have to be careful not to redirect anything starting with /testsite (or you'll end up with a loop).

                  喜欢(在根 .htaccess 中):

                  Like (in root .htaccess):

                  RewriteEngine On
                  
                  RewriteCond %{REQUEST_URI} !^/testsite/.*$
                  RewriteRule ^(.*)$ /testsite/$1 [QSA,L]
                  

                  在那里,您可以通过以下任一方式访问您的 layout.css 文件:

                  There, you will be able to access your layout.css file either from:

                  http://localhost/testsite/css/layout.css

                  http://localhost/css/layout.css

                  这篇关于使用 .htaccess 将子目录设置为根目录的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

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

                  相关文档推荐

                  DeepL的翻译效果还是很强大的,如果我们要用php实现DeepL翻译调用,该怎么办呢?以下是代码示例,希望能够帮到需要的朋友。 在这里需要注意,这个DeepL的账户和api申请比较难,不支持中国大陆申请,需要拥有香港或者海外信用卡才行,没账号的话,目前某宝可以
                  PHP通过phpspreadsheet导入Excel日期,导入系统后,全部变为了4开头的几位数字,这是为什么呢?原因很简单,将Excel的时间设置问文本,我们就能看到该日期本来的数值,上图对应的数值为: 要怎么解决呢?进行数据转换就行,这里可以封装方法,或者用第三方的
                  mediatemple - can#39;t send email using codeigniter(mediatemple - 无法使用 codeigniter 发送电子邮件)
                  Laravel Gmail Configuration Error(Laravel Gmail 配置错误)
                  Problem with using PHPMailer for SMTP(将 PHPMailer 用于 SMTP 的问题)
                  Issue on how to setup SMTP using PHPMailer in GoDaddy server(关于如何在 GoDaddy 服务器中使用 PHPMailer 设置 SMTP 的问题)
                  <tfoot id='nZ08B'></tfoot>
                  <legend id='nZ08B'><style id='nZ08B'><dir id='nZ08B'><q id='nZ08B'></q></dir></style></legend>

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

                    • <small id='nZ08B'></small><noframes id='nZ08B'>

                              <tbody id='nZ08B'></tbody>