因为htaccess而包括问题

时间:2018-04-26 13:52:07

标签: php .htaccess include php-7 include-path

这是我的文件夹结构:

Range("A3:D9").AutoFit

这是我的htaccess:

    - app 
      -- views
       --- assets
        ---- css files and stuff
       --- index.phtml (contains the homepage)
         ---- logged-in
           ----- dashboard.phtml
    - index.php (contains autoloading, including the router, etc)
    - .htaccess

问题是:我想在dashboard.phtml中包含assets文件夹中的内容。我试图包含所有可能的路径,但问题是我的htaccess会将所有内容重写为我的index.php,因此我仍然遇到同样的问题:

Options -MultiViews
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^ index.php [QSA,L]

如何设置我的htaccess以便我不再遇到这个问题?

P.S。我很难解释这个问题。如果您有任何疑问,请告诉我。

0 个答案:

没有答案