• Home
  • .htaccess URL Forwarding

    RewriteEngine on
    RewriteCond %{HTTP_HOST} ^coloradojustice\.com$ [OR]
    RewriteCond %{HTTP_HOST} ^www\.coloradojustice\.com$
    RewriteRule ^/?$ "https\:\/\/1colo\.com\/coloradojustice" [R=301,L]
    

    This causes the URL coloradojustice.com to redirect (or "permanently forward") to 1colo.com/coloradojustice


    Page Contents