XF 1.5 Moving site to local testing environment

JBS

Active member
I am trying to create a local test version of my site on my computer so I can test upgrading to Xenforo 2.x. I am following these directions...


I can get a new install of both Xenforo 1.5.x and Xenforo 2.x working... but I cannot get my site working. I get the attached image...

191713

If anyone could help me out... that would be great.

Happy 2019!
 
Ok... finally got it figured out... had to comment out these lines in .htaccess.

RewriteCond %{HTTPS} off
RewriteRule ^ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
 
Top Bottom