Forum Moderators: phranque
i have several domains hosted on the same account with similar index.php and .htaccess files
mydomainA.com is my main account while mydomainB.com is an addon domain. the file structure is something like this
mydomainA.com's public_html/index.php
mydomainA.com's public_html/mydomainB.com/index.php
i have the following single line .htaccess file in both
mydomainA.com's public_html/
mydomainA.com's public_html/mydomainB.com/
DirectoryIndex index.php
however,
http://mydomainA.com/ works perfectly
http://mydomainB.com/ fails to load
http://mydomainA.com/mydomainB.com/ works perfectly
any ideas how i can get http://mydomainB.com/ to load properly?
thanks for helping
[edited by: jdMorgan at 4:56 pm (utc) on Mar. 25, 2008]
[edit reason] De-linked [/edit]
DirectoryIndex /domainB.com/index.php
If that does not help, please tell us specifically what you mean by "fails to load" -- What do you see in your browser? What do you see in the server error log?
Jim