Problem with parking domain

Status
Not open for further replies.

villawaldfrieden78

New Member
Messages
7
Reaction score
0
Points
0
Hello,

Maybe a stupid Question and maybe ask before by someone.
I want to park my domain: johnnyblooser.org onto my bloosermusic.x10.mx.
But for some reason it is not possible.
Can someone help me with the problem?

Already thanks!

Regards,
Florian
 

Livewire

Abuse Compliance Officer
Staff member
Messages
18,169
Reaction score
216
Points
63
Does it give any error messages at all? Are the nameservers for the domain set to ns1.x10hosting.com and ns2.x10hosting.com?
 

descalzo

Grim Squeaker
Community Support
Messages
9,373
Reaction score
326
Points
83
Currently your name servers are set as:

ns.udagdns.de
ns.udagdns.net


You can either reset them to

ns1.x10hosting.com
ns2.x10hosting.com

OR

set the A record in the current nameservers to the IP of your account's server, which is Lotus. That IP is (currently, it can change, which is why it is common practice to set the nameservers to x10hosting's) 184.154.58.130.

Currently, your nameservers have an A record of 99.198.122.2 , which is the IP of ns1.x10hosting.com, which is not your server.
 

villawaldfrieden78

New Member
Messages
7
Reaction score
0
Points
0
thank you very much!!
It worked!

Now I got 1 last point... when I go to johnnyblooser.org it show the bloosermusic.x10.mx adress.
Any solutions to keep the adress johnnyblooser.org showed in the adressbar?

edit: can you guys open up the website or is it still down? because I have a bad internet connection and the cache gives a bit of problems out here.
 
Last edited:

descalzo

Grim Squeaker
Community Support
Messages
9,373
Reaction score
326
Points
83
There is a redirect from your .org domain to the x10.mx domain. Check your .htaccess file in public_html and remove (or just comment out by putting a # in front of the line) the lines doing that ( RewriteCond and RewriteRule involving the two domain names ).
 

villawaldfrieden78

New Member
Messages
7
Reaction score
0
Points
0
Thank You!
Again a step further!

now the only point is that my website is located on bloosermusic.x10.mx/wp and as of I turned of the redirecting it neither shows up the webpage..

Is it just me installing all those things wrong or is it just that i am way to stupid to install a website?? :tongue:
 

descalzo

Grim Squeaker
Community Support
Messages
9,373
Reaction score
326
Points
83
Could you post the contents of your .htaccess file so I can tell you what to adjust?
 

villawaldfrieden78

New Member
Messages
7
Reaction score
0
Points
0
here it is!
Thank You for helping by the way :wink:


RewriteEngine on
#RewriteCond %{HTTP_REFERER} !^http://bloosermusic.x10.mx/.*$ [NC]
#RewriteCond %{HTTP_REFERER} !^http://bloosermusic.x10.mx$ [NC]
#RewriteCond %{HTTP_REFERER} !^http://www.bloosermusic.x10.mx/.*$ [NC]
#RewriteCond %{HTTP_REFERER} !^http://www.bloosermusic.x10.mx$ [NC]
#RewriteRule .*\.(jpg|jpeg|gif|png|bmp)$ - [F,NC]

#RewriteCond %{HTTP_HOST} ^bloosermusic\.x10\.mx$ [OR]
#RewriteCond %{HTTP_HOST} ^www\.bloosermusic\.x10\.mx$
#RewriteRule ^/?$ "http\:\/\/bloosermusic\.x10\.mx\/wp\/" [R=301,L]
 

Anna

I am just me
Staff member
Messages
11,750
Reaction score
581
Points
113
bloosermusic.x10.mx/wp does show up the website for me.

You will want to go into the admin panel of WordPress and change the "WordPress address (URL)" and "Site address (URL)" to reflect that you want the new domain to be its primary URL (WordPress usually redirects to the configured URL).

Next, if you don't want to be needing to add /wp to the url in the browser, take a look at: http://codex.wordpress.org/Giving_WordPress_Its_Own_Directory
 

descalzo

Grim Squeaker
Community Support
Messages
9,373
Reaction score
326
Points
83
Code:
RewriteEngine on
#RewriteCond %{HTTP_REFERER} !^http://bloosermusic.x10.mx/.*$ [NC]
#RewriteCond %{HTTP_REFERER} !^http://bloosermusic.x10.mx$ [NC]
#RewriteCond %{HTTP_REFERER} !^http://www.bloosermusic.x10.mx/.*$ [NC]
#RewriteCond %{HTTP_REFERER} !^http://www.bloosermusic.x10.mx$ [NC]
#RewriteRule .*\.(jpg|jpeg|gif|png|bmp)$ - [F,NC]

RewriteCond %{HTTP_HOST} ^bloosermusic\.x10\.mx$ [OR]
RewriteCond %{HTTP_HOST} ^www\.bloosermusic\.x10\.mx$
RewriteRule ^/?$ "http\:\/\/bloosermusic\.x10\.mx\/wp\/" [R=301,L]

RewriteCond %{HTTP_HOST} ^johnnyblooser\.org$ [OR]
RewriteCond %{HTTP_HOST} ^www\.johnnyblooser\.org$
RewriteRule ^/?$ "http\:\/\/johnnyblooser\.org\/wp\/"  [R=301,L]

Should work
 

villawaldfrieden78

New Member
Messages
7
Reaction score
0
Points
0
Thank you,
copied it,

Does it open at one of you guys?
Out here it won't open. Has possibly something to do with my cache and slow I-connection??

by the way,
Thank you guys, for the fast reactions!!
 

descalzo

Grim Squeaker
Community Support
Messages
9,373
Reaction score
326
Points
83
I had to clear my browser cache, but it does load now for me.

As Anna said, log onto your WP Admin and change the site's URL so that the internal links will be correct.
 

villawaldfrieden78

New Member
Messages
7
Reaction score
0
Points
0
Thanks all of you guys!!

The problem is fixed!!!
without you, I guess this site was never be able to run normally! haha

Thanks a Million. And thanks for all the fast responses!
Best community I have seen so far!

If I can do you guys a favor just ask :wink:

See you later guys!
 
Status
Not open for further replies.
Top