Changes

From Amahi Wiki
Jump to: navigation, search
52 bytes removed ,  00:19, 21 March 2012
no edit summary
*Once you have opened the file, find the portion that looks like this:
{{CodeText|lang=text| Code= <Directory "/var/hda/web-apps/drupal/html">
Options Indexes FollowSymLinks +ExecCGI
AddHandler fcgid-script .fcg
AllowOverride AuthConfig
Order allow,deny}}
You need to change the AllowOverride value to all. Here, you'll see that the default is commented out (#) and the new value is added below:
{{CodeText|lang=text| Code= <Directory "/var/hda/web-apps/drupal/html">
Options Indexes FollowSymLinks +ExecCGI
AddHandler fcgid-script .fcg
#AllowOverride AuthConfig
AllowOverride all
Order allow,deny}}
After restarting apache services, your Drupal installation should be ready for action.
12,424

edits