Parked Domain

digideve

New Member
Messages
8
Reaction score
0
Points
0
Ho everyone. I recently switched to x10Hosting and I've tried to park my domain on top of my account but it just redirects to my default domain. For example, when I type my domain http://digidevelopment.co.cc/ it redirects to http://digidevelopment.x10.mx and I don't want it to do this. I want it to stay as digidevelopment.co.cc when browsing the website. Any ideas?
 

descalzo

Grim Squeaker
Community Support
Messages
9,373
Reaction score
326
Points
83
cPanel --> FileManager --> open public_htlm/.htaccess in their editor and remove the redirect.

If you do not know how to remove the redirect, post the contents of your .htaccess file here and we can tell you.
 

digideve

New Member
Messages
8
Reaction score
0
Points
0
cPanel --> FileManager --> open public_htlm/.htaccess in their editor and remove the redirect.

If you do not know how to remove the redirect, post the contents of your .htaccess file here and we can tell you.
I can't see any redirects that would make it redirect to the default web address. The contents of my .htaccess are below:
Code:
RewriteEngine OnRewriteRule ^wiki/(.*)$ /w/index.php?title=$1 [PT,L,QSA]
RewriteRule ^wiki/*$ /w/index.php [L,QSA]
RewriteRule ^/*$ /w/index.php [L,QSA]
 

descalzo

Grim Squeaker
Community Support
Messages
9,373
Reaction score
326
Points
83
Ok.
1. Any .htaccess in the wiki or w folder?
2. Does the wiki software have any setting for "site URL" etc that you could change?
 
Last edited:

digideve

New Member
Messages
8
Reaction score
0
Points
0
Ok.
1. Any .htaccess in the wiki or w folder?
2. Does the wiki software have any setting for "site URL" etc that you could change?
Fixed it! Took me a while to find it but it seems the new version of MediaWiki has a setting in the LocalSettings.php file that has a wgserver option and that was set to the default address. Thanks for the help!
 
Top