Mobile app version of vmapp.org
Login or Join
Ravi8258870

: Godaddy redirection for domain URL I have mydomain.co registered with Godaddy. In the zone editor I have the @ record pointing to my cloud server. I would now like to redirect mydomain.co/blog

@Ravi8258870

Posted in: #Domains #Redirects

I have mydomain.co registered with Godaddy.
In the zone editor I have the @ record pointing to my cloud server.
I would now like to redirect mydomain.co/blog to a different server
where I'll host a wordpress blog.
I cannot figure out how to do this on Godaddy.
All Godaddy support pages describe buttons that do not exist on my domain control panel.

I'm sure my question is a dupe, but I just can't find the original.

10.01% popularity Vote Up Vote Down


Login to follow query

More posts by @Ravi8258870

1 Comments

Sorted by latest first Latest Oldest Best

 

@Ravi8258870

This is probably the quickest and simplest method:

Create a file 'index.php' at mydomain.com/blog/index.php and put this inside:

<?php
header('Location: new-wordpress.blog/'); ?>


This will redirect all requests for mydomain.com/blog to the WordPress server.

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme