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 ran the security report. I am trying to resolve them one at a time. The first one I am working on said this "PHP files in the Drupal files directory can be executed." So, I selected the details. The details said I needed to update my .htaccess file for Drupal 7. I added the following code at the end of the file, but now after I moved it to the server, all I get is a blank white screen. Any ideas what is going on?
I have a site with hundreds user will come to the site to post their events, so I have thousands existing events node page, and everyday with some new one added.
1:I am looking for a way to cache all the existing event node page forever,
2:when new node being added, the new one will be added into cache as well.
3:when the existing node being edit, then the cache need to be rebuild for only this node .
Can anyone tell me what should I do to get this. or can I do this with any cache system in drupal ?
All the comments are numbered according to their order created from #1 on. I know this is only a display since the actual permalink URL is the cumulative number of all comments for /issue/.
"Comment Easy Reply" is the closest thing, but I don't think it's what D.org uses.
I would like to insert a '<meta name="robots" content="noindex">' tag into the login page of a site, but am not sure where it should go in a drupal 7 site. This seems like it should be a fairly straightforward thing, but when I did a search for this, it seems as though many people are having trouble and there were no clear solutions. Thanks for any help you can offer.