XMB Forum Software
Not logged in [Login - Register]
Go To Bottom

Printable Version  
Author: Subject: [New] installation issues
mrdj1024
New Poster
**




Posts: 4
Registered: 8-16-2023
Member Is Offline


question.gif posted on 8-18-2023 at 12:01 AM
[New] installation issues


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]
View user's profile View All Posts By User

  Go To Top

Powered by XMB 1.9.12 (Debug Mode)
XMB Forum Software © 2001-2024 The XMB Group
[Queries: 16] [PHP: 14.6% - SQL: 85.4%]