Questions tagged [drupal]

Drupal is an open-source, database-backed CMS written in PHP. It is maintained and supported by a worldwide community. Questions about installing and maintaining Drupal belong on Drupal.SE

Drupal is an open-source, database-backed CMS written in PHP by a worldwide community.

Resources:

270 questions
1
vote
3 answers

Drupal site off-line: connection refused

I've got a local Drupal 6 instance that was working just fine yesterday. Today, though, I try to visit my site, let's call it http://testsite.local. On every page, including http://testsite.local/user, I get this error: Site off-line The site is…
arussell84
  • 233
  • 3
  • 8
1
vote
1 answer

RewriteRules in .htaccess in subdirectory disabling/breaking RewriteRules in .htaccess in parent directory

This is a shared hosting account with HostGator. I've two .htaccess files. One is in the document root: ~/public_html/.htaccess # this is ~/public_html/.htaccess ## Redirect to https:// ## RewriteEngine on RewriteCond %{HTTPS} off RewriteRule ^(.*)…
1
vote
2 answers

how to prvent specific pages from being cached in squid?

I have drupal based website and i am using squid as a caching level. now, the homepage keeps getting un-updated content (old contents) and by running curl -I on my website i got this: HTTP/1.0 200 OK Date: Mon, 21 Mar 2011 11:52:15 GMT Server:…
Alaa Alomari
  • 638
  • 6
  • 19
  • 37
1
vote
3 answers

Who is user 6226?

In a Drupal installation on CentOS, there are many folders with the following permission: drwxr-xr-x 8 6226 6226 4096 Jan 7 21:46 cck The user/group 6226 was not created by me. How come there is such a user/group? Thanks!
ohho
  • 1,005
  • 8
  • 19
  • 34
1
vote
1 answer

drupal 7 on iis 7 403 and 404 pages not working remotely

Very new to IIS 7, so apologies if this is a simple one. I've installed Drupal 7 using the Webstart installer on Windows Server 2008 R2. Drupal makes it's own custom 404 and 403 error pages. When I open up Internet Explorer on the server and test…
Frederik
  • 153
  • 8
1
vote
1 answer

Redirect from folder containing website

I have a website reached from this url: http://www.mysite.com/cms/index.php being served from this directory: public_html/cms/index.php In public_html I have this .htaccess RewriteRule (.*) cms/$1 [L] Which lets me get to the site like…
Sam
  • 2,020
  • 1
  • 16
  • 22
1
vote
3 answers

Multi-site Drupal install with sites on different ports using Apache ip-based hosting?

In the past we've used name-based virtual hosting in Apache. We recently converted websites to SSL and had to go the ip-based route. As a result, we currently have an instance that is set up as follows: www.domain.com using port 80 dev.domain.com…
MattB
  • 238
  • 2
  • 3
  • 10
1
vote
4 answers

Running Drupal on a 256MB VPS?

Can I run Drupal on 256MB VPS hosting ? I know it depends on many factors, but I mean... can I run few Drupal websites on such VPS.. ? What are important configuration settings to optimize performances ? thanks
aneuryzm
  • 1,714
  • 5
  • 26
  • 41
1
vote
3 answers

Need flexible Drupal hosting, but can't afford an administrator

I can't afford an administrator to manage my server, so I'm looking for some sort of managed solution, but I'd like to have some flexibility. I'm building custom modules for my clients, but the managed solutions I find out there don't accept custom…
user57936
1
vote
1 answer

Page redirect within the same domain

I have moved my old website from static html pages to drupal. Now I want to redirect old pages that I now get 404 errors upon request, to new drupal nodes. What is the best approach to do this and how? Can it be done using .htaccess directives?
Hamid
  • 202
  • 1
  • 3
  • 7
1
vote
2 answers

.htaccess rewrite with drupal and clean urls on mamp stack

I'm having an unusual access problem with Drupal running on a MAMP stack. The Drupal install is working fine, so I know it's not a Drupal issue. "Clean URLs" are working fine for anything with a single-level url, but nothing with 2+ path levels. For…
TwstdElf
  • 11
  • 3
1
vote
2 answers

Moving a drupal install from subdomain to tld

I have a drupal install on a test subdomain, and when I tried moving it to the root domain, nothing worked. I had no absolute links that I was aware of, and both domains are on the same host...so I don't see why this didn't work. No details have to…
user47587
1
vote
2 answers

Drupal install and permissions

So I'm really stuck on this issue. An install process is complaining about write permission on settings.php and sites/default/files/. However, I've moved these files temporarily to write/read (chmod 777) and changed the owner/group to "apache" as…
Rick
  • 299
  • 1
  • 4
  • 12
1
vote
2 answers

Using Puppet to Install PHP 5.2 on Ubuntu 10.04

I'm working on installing PHP 5.2 on Ubuntu using Puppet (with the goal of using Puppet and Drush to install Drupal), but the packages it installs are all PHP 5.3. I found instructions to install PHP 5.2…
avaleske
  • 137
  • 1
  • 1
  • 5
1
vote
1 answer

shared hosting with multiple CMS

Any suggestions on how to implement a shared web hosting cluster with multiple CMS? In our case, we have 2 web servers attached to shared storage. If we want to host Wordpress, Drupal, and Joomla sites, would it be more prudent to have separate…
gaspol