joelpet/syncany-website/develop/archive.syncany.org/html/.htaccess - Htaccess File

joelpet/syncany-website/develop/archive.syncany.org/html/.htaccess

RewriteEngine On

# Redirect to new archive
RewriteCond %{HTTPS} !=on
RewriteRule apt/(.*)$ http://get.syncany.org/apt/$1 [R=301,L]

# Redirect to new archive
RewriteCond %{HTTPS} ==on
RewriteRule apt/(.*)$ https://get.syncany.org/apt/$1 [R=301,L]

On Github License

Files

Download PDF of Htaccess file

Comments

Apache