域将指向 / 页面的索引而不是主页
Domain going to index of / page instead of home page
对不起,如果这很愚蠢,我是托管新手。我已经用 linode 设置了一个服务器,一切正常,除了当我进入我的域时它会把我带到页面索引:
索引/
名称上次修改大小描述
[DIR] 文件夹 1/ 2016-04-07 15:08 -
Apache/2.4.7 (Ubuntu) 服务器位于 xx.xx.xx.xx 端口 80
我想让它转到文件夹 1 中的主题。我假设我需要设置我的 .htaccess 文件,但是当我这样做时它给我一个 500 错误。
如有任何帮助,我们将不胜感激。
创建 htaccess 并添加:
RewriteEngine On
RewriteRule ^$ /folder1 [L]
对不起,如果这很愚蠢,我是托管新手。我已经用 linode 设置了一个服务器,一切正常,除了当我进入我的域时它会把我带到页面索引:
索引/
名称上次修改大小描述
[DIR] 文件夹 1/ 2016-04-07 15:08 -
Apache/2.4.7 (Ubuntu) 服务器位于 xx.xx.xx.xx 端口 80
我想让它转到文件夹 1 中的主题。我假设我需要设置我的 .htaccess 文件,但是当我这样做时它给我一个 500 错误。
如有任何帮助,我们将不胜感激。
创建 htaccess 并添加:
RewriteEngine On
RewriteRule ^$ /folder1 [L]