我想重定向index.html页面上的所有页面。
为此,我使用
RewriteRule ^(.*)$ http://www.siteurl.com [R=permanent,L]
但我想要访问其他一些文件,例如robots.txt和.json文件
如何管理这两个权限。
答案 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
}
在测试之前清除浏览器缓存。