Jump to content

[HH#488931] My .htaccess is causing my site to fail


Recommended Posts

Posted

Username: N/A, Server: N/A, Main Domain: N/A

 

500 Error, why?

fastdl.ro.lt

Tommy

hasson

 

my htaccess:

 

RewriteEngine on

 

# Force www: from http://stackoverflow.com/a/4958847/1078583

RewriteCond %{HTTP_HOST} !^$

RewriteCond %{HTTP_HOST} !^www\. [NC]

RewriteCond %{HTTPS}s ^on(s)|

RewriteRule ^ http%1://www.%{HTTP_HOST}%{REQUEST_URI} [R01,L]

 

# Force SSL: From http://stackoverflow.com/q/24322035/

RewriteCond %{HTTPS} off

RewriteRule ^ https://%{HTTP_HOST}%{REQUEST_URI} [R02,L,NE]

 

It works on other sites of mine, on other hosts, could you please help me?

Posted

Your domain appears to be working so I assume you found the syntax error in your .htaccess file and fixed it. Let us know if you need help with anything else.

Posted

Yes, it is working.

 

On Thu, Aug 16, 2018, 00:18 Heliohost Support wrote:

 

> Your domain appears to be working so I assume you found the syntax error

> in your .htaccess file and fixed it. Let us know if you need help with

> anything else.

>

> You may view the status of your ticket by visiting:

>

> https://www.helionet.org/index/index.php?showtopic3950

>

> Thank you,

> Heliohost support

> https://www.heliohost.org/

> https://www.helionet.org/

>

>

Guest
This topic is now closed to further replies.
×
×
  • Create New...