Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
I have recently developed a site in Drupal 6.22 and all works brilliantly on my local host and also on VPS.net. I need to move this site to 1and1 hosting (as that is what the client uses) and about 95% of the site works. The bit that doesn't is the ImageCache bit. I can upload images fine but if I want to create resized images via ImageCache, it won't allow me.
Ive been thinking of creating my own website for a home business in journalism, and have little knowledge of coding and programming or hosting etc (though I have been trying to learn recently).
Sometime back, there were a large number of spam mails being sent from my drupal server. When investigated, they were being relayed.
So the support team of my hosting company disabled user 'nobody' from sending mails.
The problem is, PHP scripts are being run as nobody, and all emails from my contact forms and webforms are also being sent as nobody. Now, SuExec is enabled, but I read that I need to enable phpsuexec too for making the user 'somebody'
How do you configure absolute URL's on Green Geeks? For some reason, I can't get it right. Any help at all would be great. All my links appear to be relative in the source code of my pages.
I did set the settings.php file to the absolute URL of the domain, and played around with trying to set the .htaccess file, but nothing seems to work.
In my page.tpl.php I'm using print $front_page; to get the URL to be absolute, but it always comes out relative. If I use print $base_url; it works, but I'm not sure if that's a good idea Any suggestions?