Quantcast
Channel: phpBB.com
Viewing all articles
Browse latest Browse all 2508

phpBB Discussion • Re: Digital Ocean hosting

$
0
0
1. If you’re talking about a redirect to https from http then add this to the top of your .htaccess, or ask your host to do it.

Code:

RewriteEngine OnRewriteCond %{HTTPS} offRewriteRule ^(.)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]*
Note: Don’t duplicate RewriteEngine On

2. If you search there’s some information reference DOs setup and the primary keys issue like here for example.

You may need to speak to your host.

Statistics: Posted by Mick — Thu Sep 26, 2024 8:25 am



Viewing all articles
Browse latest Browse all 2508

Trending Articles