Digital Craftsman
  • Search
Sign in Subscribe

http

A collection of 2 posts
Redirect from http to https on uberspace
uberspace

Redirect from http to https on uberspace

There is a simple way to redirect all requests from http to https when using Uberspace. Just put in the following lines into your .htaccess file: RewriteCond %{HTTPS} !=on RewriteCond %{ENV:HTTPS} !=on RewriteRule .* https://%{SERVER_NAME}%{REQUEST_URI} [R=301,L]
29 Jun 2016
api

HTTP code for successful deletion

There are many HTTP codes which you can use as a result for your API. With most API's you can be happy if you're getting a 400 when you're running into an error and not just an exeption in the body and a 200
15 Sep 2014
Page 1 of 1
Digital Craftsman © 2025
  • Datenschutz
  • Impressum
Powered by Ghost