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

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

RewriteEngine On

# Redirect API calls to request dispatcher
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule v3/(.+)$ v3/index.php?request=$1 [QSA,NC,L]

# Redirect old APIs
RewriteRule v1/(.+)$ v3/index.php?request=$1 [QSA,NC,L]
RewriteRule v2/(.+)$ v3/index.php?request=$1 [QSA,NC,L]

# Redirect old sites and APIs
RewriteRule donate-thanks.php https://www.syncany.org/donate-thanks.html [L]

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache