Tag: Go Daddy

  • Redirects on Go Daddy using .htaccess

    Redirects on Go Daddy using .htaccess

    I had a lot of trouble getting .htaccess redirects working correctly on Go Daddy. One of our customers is using Go Daddy’s WordPress hosting and we set up a new domain for them. Options +FollowSymLinks -MultiViews # Turn mod_rewrite on RewriteEngine On RewriteBase / RewriteRule ^(.*)$ https://newdomain.com/$1 [R=301,L] The above in a .htaccess file worked…