How to setup custom domains in URL Shortify
Apache Redirect
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteCond %{HTTP_HOST} ^olddomain.com$ [OR]
RewriteCond %{HTTP_HOST} ^www.olddomain.com$
RewriteRule (.*)$ http://www.newdomain.com/$1 [R=301,L]
</IfModule>Nginx Redirect
PreviousHow to Filter Out Known Robots ClicksNextShare short links on the different social media platforms
Last updated