Crash course: How to make a website with Drupal

26.09.2011

RewriteRule (.*) drupal/$1 [L]

Then find Drupal's sites/default/setting.php file. This will probably be read-only, so change its permissions to 0644. Then look for the Base URL section. This snippet shows what mine looks like with a bit of context:

* It is not allowed to have a trailing slash; Drupal will add it

* for you.

*/