红联Linux门户
Linux帮助

ubuntu下不加index.php无法正常访问

发布时间:2015-11-04 09:46:45来源:linux网站作者:ROVAST

在一次项目中将项目迁移到Ubuntu下发现,如下链接无法正常访问:

http://127.0.0.21/Home/Public/login


开启了rewrite也不行,后来经各方找资料解决。

<VirtualHost 127.0.0.21:80> 
DocumentRoot "/var/www/test/" 
ServerName 127.0.0.21
<Directory "/var/www/test/"> 
Options FollowSymLinks IncludesNOEXEC Indexes 
DirectoryIndex indendex.hx.html index.htm defa default.htm index.php default.php index.cgi default.cgi index.pl default.pl index.shtml AllowOverride Options FileInfo 
AllowOverride All
Order Deny,Allow 
Allow from all 
</Directory> 
</VirtualHost>


其中 AllowOverride All 必不可少。


文档未找到:URI help:ubuntu-help/index 未指向一个有效的页面:http://www.linuxdiyf.com/linux/10006.html