网站重定向了你太多次了

时间:2016-03-31 07:46:37

标签: apache .htaccess laravel ubuntu-14.04 digital-ocean

我有一个网站onlinefeepayment,工作正常。但突然从昨天开始显示

The onlinefeepayment.in page isn’t working

onlinefeepayment.in redirected you too many times. 

在chrome和

The page isn't redirecting properly
在Firefox中

。我不知道是怎么回事 !请帮我解决此事

1 个答案:

答案 0 :(得分:0)

我将假设您的.htaccess文件存在问题。我有类似的问题,我解决了我的问题:

Options +FollowSymLinks
RewriteEngine on

RewriteCond %{HTTPS} off
RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]