Full Board URL: https://www.djsnetwork.dns05.com/forum/
XMB Version: 1.9.12
hello
i uploaded the files to my server and go to the installer page and it gives me a 500 error,that the request cannot be served,no other software on my
server does this so i think its a potential rewrite issue?
below is my .htaccess contents maybe something is wrong?
RewriteEngine on
RewriteCond %{HTTPS} off
RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
RewriteCond %{HTTP_HOST} !^www\. [NC]
RewriteRule (.*) https://www.%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
Require all granted
Options +Indexes +Includes +FollowSymLinks -MultiViews +ExecCGI
RewriteEngine on
RewriteCond %{THE_REQUEST} !^(POST|GET|HEAD)
RewriteRule .* - [F]