Parked Domain redirects without any redirection set up

Status
Not open for further replies.

diogosmelo80

New Member
Messages
8
Reaction score
0
Points
1
Hello,

I parked my domain (azulcorp.pt) without any redirection but everytime I access it (either through azulcorp.pt or www.azulcorp.pt) I get redirected to azulcorp.x10.bz.

By the way, when I added it, cPanel throwed this error message:

——————————————————————
There was a problem creating the parked domain. Show Details

Error from hooks wrapper: Domain action was not successfully synchronized with Jackmunch. Array ( [0] => <pre>Array [1] => ( [2] => [0] => /jackmunch/bin/node-domain-action.php [3] => [1] => diogosm [4] => [2] => park [5] => [3] => azulcorp.pt [6] => ) [7] => </pre>Error: Jackmunch response contained an error: Permission denied for user server.lotus@[hostname] for command HOSTING-DOMAINACTION )
——————————————————————

Any help please? I've been trying to resolve this for a week now…
Thanks!
 

descalzo

Grim Squeaker
Community Support
Messages
9,373
Reaction score
326
Points
83
Open your .htaccess file in public_html and post what is inside.
 

diogosmelo80

New Member
Messages
8
Reaction score
0
Points
1
.htaccess:

# -- concrete5 urls start --
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php/$1 [L]
</IfModule>
# -- concrete5 urls end --
AddType video/ogg .ogv
AddType video/mp4 .mp4
AddType video/webm .webm

Thank you for your help!
 

diogosmelo80

New Member
Messages
8
Reaction score
0
Points
1
Ok, I just figured it out.
My CMS was still using the old base url (azulcorp.x10.bz) and redirected automatically.

Thank you anyway! Cheers!
 
Status
Not open for further replies.
Top