Drupal is a free web Content Management System (CMS) that allows an individual or a community of users to easily publish, manage and organize a wide variety of content on a website. Drupal is ready to go from the moment you download it. It even has an easy-to-use web installer! The built-in functionality, combined with dozens of freely available add-on modules, will enable features such as: Content Management Systems, Blogs, Collaborative authoring environments, Forums, Peer-to-peer networking, Newsletters, Podcasting, Picture galleries, File uploads/downloads and much more.
19 lines
376 B
Text
19 lines
376 B
Text
# $NetBSD: drupal.conf,v 1.1 2017/11/04 14:30:39 wen Exp $
|
|
#
|
|
# Drupal configuration file fragment for Apache
|
|
|
|
#
|
|
# Apache/PHP/Drupal settings:
|
|
#
|
|
|
|
<IfModule mod_alias.c>
|
|
Alias /drupal/ "@PREFIX@/@DRUPAL@/"
|
|
</IfModule>
|
|
|
|
<Directory "@PREFIX@/@DRUPAL@">
|
|
AllowOverride All
|
|
Order allow,deny
|
|
Allow from all
|
|
# If apache is 2.4 or above, please use:
|
|
# Require all granted
|
|
</Directory>
|