After installing Drupal 5, you're presented with some initial configuration tasks.
Note: These are not instructions. They are notes of my experience meant to accompany existing instruction.
This first user account you're asked to create is like root
. I set:
webmaster
webmaster@domain
Because this account has infinite privilages, and little accountability because it is not associated with a specific person, its use should be avoided.
webmaster
and login with your own "regular" user accountI think Clean URLs are so important they should be our first real customization.
a2enmod rewrite ; invoke-rc.d apache2 force-reload
.htaccess
(620/drupal/live/.htaccess
) to: RewriteBase /
Check out the log of customizations.
Recent comments
2011, January 26 - 5:04pm
2011, January 13 - 5:48pm
2010, March 12 - 12:53am
2010, March 11 - 9:49pm
2009, November 30 - 3:32pm
2009, November 30 - 3:09pm
2009, November 30 - 1:01pm
2009, November 30 - 10:50am
2009, November 30 - 10:29am
2009, November 29 - 10:15pm