|
|
#1 (permalink) |
|
Registered User
Fresh Surpasser
Joined in Aug 2004
9 posts
Gave thanks: 0
Thanked 0 times
|
Parked Domains
I just set up a new shared power account. I had been hoping to be able to use the parked domain feature, however it appears that I am allowed 10 addon domains and no parked domains. I would like to be able to use either domain to access all the content of the site (not just one subdirectory). Is it possible to do this in any way?
Thanks! |
|
|
|
|
|
#2 (permalink) |
|
is scientific.
Resident.
Joined in Mar 2004
Lives in fear of Obama.
Hosted on Pass 7
13,136 posts
Gave thanks: 8
Thanked 34 times
|
You'll need to buy the parked domain option if you don't have any available to you.
http://www.surpasshosting.com/addon.php (amazing...I typed that from memory) |
|
|
|
|
|
#3 (permalink) |
|
minor deity
Super #1
Joined in Apr 2004
Lives in Georgia
Hosted on XEON
7,394 posts
Gave thanks: 28
Thanked 94 times
|
Odd that they don't have parked domains... Most of the business sites I have buy multiple domains and park them all on top of the main one.
__________________
Proud to be a Surmunity Mod! XEON Make a fundamental difference! My Sites: Curious about Brewing Beer? Join the community! >>>>> Some Change is GOOD! Keep your paycheck! Support the Fair Tax Get into an Art museum Victorian London It's your brain -ON WEB - mybrainhost.com (under development) What SHOULD Government do? Much Less than it Does! |
|
|
|
|
|
#4 (permalink) |
|
Registered User
Fresh Surpasser
Joined in Aug 2004
9 posts
Gave thanks: 0
Thanked 0 times
|
I find it odd also, I suppose there is no way to trade like 5 of my addon domains for the ability to have 1 parked domain?
I too would think that parked domains would be more useful than 10 addon domains. |
|
|
|
|
|
#5 (permalink) |
|
minor deity
Super #1
Joined in Apr 2004
Lives in Georgia
Hosted on XEON
7,394 posts
Gave thanks: 28
Thanked 94 times
|
I would just check with support first, to make sure that your account is configured correctly.
__________________
Proud to be a Surmunity Mod! XEON Make a fundamental difference! My Sites: Curious about Brewing Beer? Join the community! >>>>> Some Change is GOOD! Keep your paycheck! Support the Fair Tax Get into an Art museum Victorian London It's your brain -ON WEB - mybrainhost.com (under development) What SHOULD Government do? Much Less than it Does! |
|
|
|
|
|
#6 (permalink) |
|
DemonicAngel
Super #1
Joined in Aug 2004
Lives in Wherever The World Takes Me
Hosted on Pass76
1,847 posts
Gave thanks: 28
Thanked 35 times
|
I don't know how to use cURL with Cookies yet, but you could put (in the add-on domain directory):
PHP Code:
Code:
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule .* /index.php [L]
|
|
|
|