Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

ssl erzwingen htaccess

RewriteEngine on
RewriteCond %{HTTP:X-Forwarded-Proto} !https
RewriteRule ^.*$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
Comment

PREVIOUS NEXT
Code Example
Shell :: add ssh to github 
Shell :: install docker on linux debian 
Shell :: GIT: change branch 
Shell :: how to backup db mysql from cli 
Shell :: grafana speedtest 
Shell :: git ignore global 
Shell :: pull everything git 
Shell :: copy file to remote server 
Shell :: sudo pip3 install 
Shell :: changing folder permission in linux 
Shell :: git log files only 
Shell :: Flutter plugin not installed; this adds Flutter specific functionality 
Shell :: Remove a file from a Git repository without deleting it from the local 
Shell :: The file AppDataRoaming pmyarn.ps1 is not digitally signed. 
Shell :: pg_dump export single table 
Shell :: npm install postgresql 
Shell :: gitlab push to create 
Shell :: what is my ip address ? 
Shell :: linux makefile 
Shell :: where to find files in WSL unbuntu home directory on windows 
Shell :: linux ip route add 
Shell :: Meaning of the GitHub message: push declined due to email privacy restrictions 
Shell :: install pytorch in virtual environment 
Shell :: linux grep 
Shell :: E: Unable to locate package libclang-cpp-dev 
Shell :: bash for 
Shell :: sublime text linux 
Shell :: creating new repository 
Shell :: git modify repository remote url 
Shell :: zsh print each line of script 
ADD CONTENT
Topic
Content
Source link
Name
5+3 =