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 am moving my Drupal site to a new server. I copied the entire directory tree, moved the database, modified httpd.conf and settings.php for the new location, set all the correct permissions on directories and the database.
When I point my browser to the new site location, the home page comes up. When I try to follow any link, I get a 404 Not Found error. For example, trying to go to http://mysite.com/node gives me this error:
I'm new to Drupal and I absolutely love it! But I have a question I haven't been able to figure out.
I want to have 95% of my site accessible to anyone, and 5% accessible to people who create accounts and have to log-in to view it. I've looked but it seems you can either have the entire site restricted, or the entire site accessible. Is there any possible way to have a block or pages accessible to only people who log-in with made accounts, while the rest anyone can view? Thanks!
Installed Quotes and added some.
Checked Published & Display in quote blocks.
Then I go to Admin > Blocks but can't see any way to add a Quote Block...
I'm working on a school website. The old website displays lists of students categorized by the class they are in.
Example:
Class a
1.first_name last_name
2.first_name last_name
3.first_name last_name
4. and so on
The students' info is in a database and I only need to display the students' names on the website. I'm trying to figure out a rational way accomplish something like that under Drupal. Could you give me some advice on how to do it?