Laravel 4.2路由404文件未找到错误 - htaccess错误

时间:2016-04-27 11:37:46

标签: php .htaccess laravel routes

临时网站是: http://173.254.74.167/eccaorgn/home

哪个不行。但是当我添加http://173.254.74.167/eccaorgn/index.php/home时,它会起作用。 所以我想删除这个index.php。 我的htaccess代码是:

    <IfModule mod_rewrite.c>
   <IfModule mod_negotiation.c>
       Options -MultiViews
   </IfModule>

   RewriteEngine On
   # Redirect Trailing Slashes...
   RewriteRule ^(.*)/$ http://173.254.74.167/~eccaorgn/$1 [L,R=301]

   # Handle Front Controller...
   RewriteCond %{REQUEST_FILENAME} !-d
   RewriteCond %{REQUEST_FILENAME} !-f
   RewriteRule ^ index.php [L]
AddHandler application/x-httpd-php56 .php .php5 .php4 .php3
</IfModule>

所以告诉我们在这种情况下该怎么做我尽力而为......但没有得到任何适当的解决方案。

1 个答案:

答案 0 :(得分:0)

我解决了我的问题,给出了644默认文件夹访问权限