我刚为我的网站设置了一个子域名。
我的问题是: 当我去http://xyz.site.com时,我没有看到任何东西。只有“链接似乎被打破”。 但是当我去http://xyz.site.com/index.html时,一切正常。
问题在于.htaccess:
Options +FollowSymlinks
RewriteEngine on
RewriteBase /
RewriteRule ^([a-z0-9]+)/?$ profile.php?id=$1 [NC]
如果我评论RewriteRule它可以正常工作。
如何修复htaccess?也许有RewriteCond?
感谢。
答案 0 :(得分:0)
如果我是你,我会在.htaccess中设置一个默认页面。
DirectoryIndex index.html