Lifelesspeople.com

 Forum FAQsForum FAQs  KnowledgebaseKnowledgebase  RulesRules   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   HostingHosting   RegisterRegister 
 DonateDonate   ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Addon Domains?  Share

 
Lifelesspeople.com Forum Index -> Help Wanted
Post new topic   Reply to topic View previous topic :: View next topic  
Author Message
Rashy
Lifeless Person


Joined: 25 Sep 2006
Posts: 797


PostPosted: Fri Jan 25, 2008 3:22 pm    Post subject: Addon Domains? Reply with quote

For a club at college, I agreed to host a website for them on my account here. I figured that it would be pretty low bandwidth and that I could give them a nice professional image.

Anyways, I bought the domain nauasme.org and want it to point to rashy.org/nauasme (where I am trying to create a wordpress-run site for them, but that is another issue...)

I went to Manage Addon Domains (In cPanel) and added the details:

New Domain Name: nauasme.org
Username/directory/subdomain Name: nauasme
Password: ******

It should redirect requests for nauasme.org to rashy.org/nauasme right? I saw that the server created a directory inside public_html called nauasme (so that is where I have dumped the files). Anyways, it is currently sending traffic for nauasme.org to my main site (rashy.org).

I would think its just because the DNS needs more time to spread around (or whatever it does...) but the domain is pointing at our server so I don't know if it is something I did wrong or if it is the way the server is configured or what. Thanks for any help.
_________________
Rashy!
Back to top
 
Desbrina
Princess of Jupiter


Joined: 11 Jun 2005
Posts: 3098
Location: Around Somewhere

PostPosted: Fri Jan 25, 2008 4:35 pm    Post subject: Reply with quote

i'm having similar trouble with a domain from a friend pointing to mine. The domain itself is working fine, but any subdomains created with it point to my main site
_________________
Midnight Tempest - A Sailor Moon TCG
Calona - an adoptables site
Top Tycoons - Coming soon
My Stories
Back to top
 
Jacky
3.14159265358979323846264


Joined: 01 Jan 2005
Posts: 4175


PostPosted: Sat Jan 26, 2008 12:09 am    Post subject: Reply with quote

For "Username/directory/subdomain Name:", use "<cPanel username>/public_html/nauasme".

Any subdomain created under an addon domain will still have its directory created in public_html. So even if your addon domain points to "public_html/nauasme", even if you create a subdomain and name it "something.nauasme.org", the directory will still be "public_html/something" and not "public_html/nauasme/something".
_________________
ClickFanatic wrote:
Your nonsense make my forum visits rather brief, Jacky. It's like:
"Hey look, a reply notification!"
*click* *click*
*reading garbage*
"Oh it was Jacky again..."
*close*
Back to top
 
Rashy
Lifeless Person


Joined: 25 Sep 2006
Posts: 797


PostPosted: Sat Jan 26, 2008 12:21 am    Post subject: Reply with quote

Jacky: is that directed at me or at Desbrina (or both)?

I'll give it a shot anyway.

Just a question: How does the server know that I know nauasme.org? An example: sparepencil.com is also hosted on LLP servers, so what prevents me from putting sparepencil.com as my addon instead of nauasme other than the fact that it has already been claimed, lets say what stops any LLP member from claiming a domain directed to LLP DNS servers? Does Trel verify it or something?

Putting in rashy/public_html/nauasme didn't work. The server tried to create the subdomain rashy/public_html/nauasme.rashy.org, which failed resulting in the domain nauasme.org to not be registered.

EDIT: Anyways, I went back to just putting in nauasme for the username/subdomain field and I noted that accessing nauasme.rashy.org worked just fine (it gives a directory listing), so perhaps I just need to wait for a while to let the DNS "propogate" (don't really know that term, I just picked it up off another website I read). After it "propogates" then maybe nauasme.org will correctly direct to rashy.org/nauasme instead of just rashy.org?
_________________
Rashy!
Back to top
 
Rashy
Lifeless Person


Joined: 25 Sep 2006
Posts: 797


PostPosted: Sat Jan 26, 2008 2:42 pm    Post subject: Reply with quote

Looks like I got it right, you just have to sit tight and wait. Now i am getting another error.
Quote:

Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, webmaster@nauasme.rashy.org and inform them of the time the error occurred, and anything you might have done that may have caused the error.
More information about this error may be available in the server error log.
Additionally, a 500 Internal Server Error error was encountered while trying to use an ErrorDocument to handle the request.


And in the error logs:

Quote:
[Sat Jan 26 14:34:05 2008] [error] [client 134.114.167.90] SoftException in Application.cpp:377: Mismatch between target GID (1494) and GID (65534) of file "/usr/home/rashy/public_html/nauasme/index.php"
[Sat Jan 26 14:34:05 2008] [error] [client 134.114.167.90] SoftException in Application.cpp:377: Mismatch between target GID (1494) and GID (65534) of file "/usr/home/rashy/public_html/nauasme/wp-admin/index.php"


Any ideas?
_________________
Rashy!
Back to top
 
krt
...


Joined: 11 Jan 2005
Posts: 4977
Location: Down Under

PostPosted: Sat Jan 26, 2008 10:30 pm    Post subject: Reply with quote

I also have that error on new files. All my existing projects and forums work fine but when I updated the index.php for the main site, the errors started. The only solution I have found is to copy the contents of the file which is generating the error, delete the file, copy an existing PHP file that works and give it the filename of the file you just deleted and paste the saved contents in it.
_________________
AU Proud
Back to top
 
Rashy
Lifeless Person


Joined: 25 Sep 2006
Posts: 797


PostPosted: Sun Jan 27, 2008 12:00 am    Post subject: Reply with quote

Wait... where did the .htaccess file go? /i/vestigate time!

I'll also try out your suggestion, krt, if its not the cause of the .htaccess.

(by the way, I am trying to install wordpress (the latest one))

Edit: or perhaps a .htaccess file isn't created until you play with things that require .htaccess (such as permalinks). I have another wordpress install in my file that works but doesn't have a .htaccess. More testing needed...
_________________
Rashy!
Back to top
 
Rashy
Lifeless Person


Joined: 25 Sep 2006
Posts: 797


PostPosted: Sun Jan 27, 2008 1:24 am    Post subject: Reply with quote

Its a permissions error. A mismatch between the "target" and the "file" in the group (GID 1494 vs. GID 65534). How do you SSH into LLP servers? Actually, how do you SSH at all? Moar Google!

EDIT: Looks like SSH is disabled on LLP servers. But I completely forgot about your suggestion krt. It just might work... of course that would be a little tedious when I am standing at 400+ files. Good thing I have a good install of wordpress handy...

Edit2: Nope, that did nothing. Time to pass it onto trel via support ticket?

EDIT3: HOLD THE PHONE!

I am pretty sure it is working now. Take a look for yourself: http://nauasme.org

What I did for edit two was simply upload the entire wordpress*.zip file to the server and then extracted it with the idea that since the server is technically creating the file, everything would be just fine. Nope.

Steps I did since then:

I had rashy.org/themes in order to test and tweak themes before I moved it down to my main directory/install of wordpress.

1. Copied entire themes/ folder into the nauasme/ folder.
2. Moved items from themes/ down one directory. The index.php for the wordpress file now resides in rashy.org/nauasme/index.php (before I moved it down it was at rashy.org/nauasme/themes/index.php).
3. Downloaded wp-config.php (same directory as index.php) and edited the file for the nauasme install instead of the themes install (they used two different databases) and re-uploaded.
4. Went to nauasme.org/wp-admin/install.php and "installed" wordpress like usual.
5. ???
6. Profit

Hope that may be useful to anyone else who is encountering/will encounter this problem. (step 5 and 6 are jokes Silly everything worked fine after step 4. Note: before step 4 I was being redirected to rashy.org whenever I typed in nauasme.org, but this is corrected (as far as I can tell) when I ran the install.php script).

There you go. Thanks for all help and thought provoking suggestions. Now to re-install themes/ Silly
_________________
Rashy!
Back to top
 
krt
...


Joined: 11 Jan 2005
Posts: 4977
Location: Down Under

PostPosted: Tue Jan 29, 2008 12:27 am    Post subject: Reply with quote

Rashy wrote:
EDIT: Looks like SSH is disabled on LLP servers. But I completely forgot about your suggestion krt. It just might work... of course that would be a little tedious when I am standing at 400+ files. Good thing I have a good install of wordpress handy...

Yes, I was going to put in a support ticket but I assumed 10 others would have done the same. And no, there is no connecting by SSH allowed here.

Well done on getting it sorted.
_________________
AU Proud
Back to top
 
Display posts from previous:   
Post new topic   Reply to topic    Lifelesspeople.com Forum Index -> Help Wanted All times are GMT - 6 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Home | Hosting | News | Forum | Links | System Status | About | Archive | Donate ]
Powered by phpBB © 2001, 2002 phpBB Group
All trademarks and copyrights on this page are owned by their respective owners. Posts and comments are owned by the poster. Everything else © 2001 - 2007 Lifelesspeople.com