Parked domain added but always redirect to my main.x10host.com

Status
Not open for further replies.

myolxx10

New Member
Messages
8
Reaction score
0
Points
1
Hi, I just recently added my newly ordered .ml domain as a Parked Domain.
I had my nameservers changed also.

the problem is, instead of showing example.ml, it was always redirected to main.x10host.com

can anyone please tell me what should I need to do?
I am humbly seeking your help and any respond is much appreciated :)
 

Anna

I am just me
Staff member
Messages
11,774
Reaction score
591
Points
113
That would likelye be due to a setting in any script you have installed, many of them automatically redirects users to the domain they are configured to use.

Under settings there should be an option to configure the URL for the site, where it is located varies a bit between scripts.
 

myolxx10

New Member
Messages
8
Reaction score
0
Points
1
Hi Anna, Thanks for your respond, I only have a fresh WordPress installed.
Maybe it's in my .htaccess file. can you tell me further if there's something I can do?


This is my .htaccess file

# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPress
 

Anna

I am just me
Staff member
Messages
11,774
Reaction score
591
Points
113
I'm a wordpress user as well, the setting you want to look at and update to reflect your personal domain are located at "Settings->General"

The options to look at are "WordPress Address (URL)" and "Site Address (URL)". Typically you would want both to be configured with the domain you wish for people to see when they visit your site.

Wordpress would automatically configure itself to use the domain that is active during install, so if you installed it using the x10 subdomain, that is what the default setting would be.
 

myolxx10

New Member
Messages
8
Reaction score
0
Points
1
I'm a wordpress user as well, the setting you want to look at and update to reflect your personal domain are located at "Settings->General"

The options to look at are "WordPress Address (URL)" and "Site Address (URL)". Typically you would want both to be configured with the domain you wish for people to see when they visit your site.

Wordpress would automatically configure itself to use the domain that is active during install, so if you installed it using the x10 subdomain, that is what the default setting would be.


Thanks Anna, I have it solved now by following what you've said. Thank you very much Anna, You helped a lot
 
Status
Not open for further replies.
Top