Skip to content
Snippets Groups Projects
Commit 3f7f5554 authored by Jose Alonso Cardenas Marquez's avatar Jose Alonso Cardenas Marquez
Browse files

www/drupal10: Change DRUPAL_DIR to WWWDIR into pkg-message.in

Reported by:	wen
parent 970f9218
No related branches found
No related tags found
No related merge requests found
......@@ -18,12 +18,11 @@ configuration file (%%PREFIX%%/etc/apache(2)/httpd.conf).
A typical configuration might read:
Alias /drupal "%%DRUPAL_DIR%%"
<Directory "%%DRUPAL_DIR%%">
Alias /drupal "%%WWWDIR%%"
<Directory "%%WWWDIR%%">
Options Indexes FollowSymlinks MultiViews
AllowOverride None
Order allow,deny
Allow from all
AllowOverride all
Require all granted
</Directory>
Please see http://drupal.org/cron for important information on setting up
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment