.htaccess允许访问特定文件

时间:2016-02-27 16:10:30

标签: .htaccess

我想重定向index.html页面上的所有页面。

为此,我使用

RewriteRule ^(.*)$ http://www.siteurl.com [R=permanent,L]

但我想要访问其他一些文件,例如robots.txt和.json文件

如何管理这两个权限。

1 个答案:

答案 0 :(得分:0)

您可以使用否定的RewriteCond排除这些文件:

int main()
{
    Human h("John", 'M', 26);
    char* s = reinterpret_cast<char*>(&h);

    string str = s;
    Human *hh = reinterpret_cast<Human*>(&str);

    cout << hh->name << " " << hh->gender << " " << hh->age << endl; // prints wrong values
}

在测试之前清除浏览器缓存。