Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Drupal 7 Default .htaccess

I am after the default .htaccess code for Drupal 7, for some reason the install did not update the .htaccess file at all and it is blank.

Any help would be greatly appreciated as I can't find this anywhere.

like image 436
Matt Rowles Avatar asked May 03 '11 04:05

Matt Rowles


People also ask

How to handle WWW and non-www domains in Drupal?

Default .htaccess file that comes with standard Drupal distribution handles www and non-www domains/subdomains for a specific domain. Below is the default .htaccess redirect that redirects www-to-non-www or non-www-to-www.

How does Drupal handle failed login attempts?

* * Drupal's user module will place a temporary block on a given IP address or * user account if there are excessive failed login attempts. By default these * flood control events will be logged.

Where can I find the source code for Drupal?

Actually, the official Drupal source code is on GitHub: https://github.com/drupal/drupal . The requested .htaccess file can be found here. Thanks for contributing an answer to Stack Overflow!


1 Answers

Actually, the official Drupal source code is on GitHub: https://github.com/drupal/drupal. The requested .htaccess file can be found here.

like image 91
P44T Avatar answered Sep 27 '22 17:09

P44T