Greetings, I've got a client on a shared server at media temple. Media temple's default path to access their admin panel, is at thedomain.com/admin.
I developed the site on a subdomain dev.mydomain.com, and everything worked fine. I threw all of the files and everything over to the main domain, and now if I access mydomain.com/admin it redirects to the login for Media Temple's admin panel. I called media temple, and they said that they cannot change this for me. Is there an easy way to get around with with drupal?
You can see it at: http://www.heretohelp.bc.ca
and http://www.heretohelp.bc.ca/admin or http://www.heretohelp.bc.ca/user I want to go to a drupal login, and not Media Temple's admin.
Cheers,
Jason
Comments
Comment #1
GreyHawk commentedI'm not sure what you're trying to hit -- if it's simply the drupal login, go here:
http://www.heretohelp.bc.ca/?q=user
...but it will give you the same login screen that you get if you click "login" at the top right of the page...
If you are logged in and want to go to the admin functions, you could try
http://www.heretohelp.bc.ca/?q=admin
(if you installed to a subdirectory like /drupal then you will need to use http://www.heretohelp.bc.ca/drupal/?q=admin)