I've recently taken control of a server with Plesk 9.2.2 installed. There are no domains registered yet, but i've "created" a domain within Plesk and successfully uploaded my Drupal site via FTP and PHPMYADMIN.
However, I've got problems. I can't give you the proper urls or paths for commercial reasons, but the site is available for preview at a location like this:
https://abc-v12np.pl.myhosting.co.uk:8000/sitepreview/http/myproductionsite.co.uk/
I made sure I edited the SQL to change any paths from my staging server to the paths on the new server, but Drupal is completely unable to log in - it breaks out of the preview area on the login redirect to something like this:
https://abc-v12np.pl.myhosting.co.uk:8000/?q=user/login
1) Is there any way of making apache or drupal more bulletproof when using plesk domains like this? Is there something I forgot to set up? 2) Is there another way of accessing my site? Could I do something like http://ip-of-my-server/index.php
I've edited all the drupal files i can think of - adding $base_url in the sites/default/settings.php and even editing the SQL on the database to have full server paths, but it's not really fixed the problem.
All help REALLY appreciated :)