Changes

From Amahi Wiki
Jump to: navigation, search
43 bytes removed ,  17:18, 9 January 2021
no edit summary
----
You now can install [http://http://www.amahi.org/apps/drupal Drupal] with one click in Amahi!
*Once you have opened the file, find the portion that looks like this:
{{Code|lang=text| Code= <pre><Directory "/var/hda/web-apps/drupal/html">
Options Indexes FollowSymLinks +ExecCGI
AddHandler fcgid-script .fcg
AllowOverride AuthConfig
Order allow,deny}}</pre>
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:
{{Code|lang=text| Code= <pre><Directory "/var/hda/web-apps/drupal/html">
Options Indexes FollowSymLinks +ExecCGI
AddHandler fcgid-script .fcg
#AllowOverride AuthConfig
AllowOverride all
Order allow,deny}}</pre>
After restarting apache services, your Drupal installation should be ready for action.
{{Code| service httpd restart}}
[[User:Aljachimiak|Aljachimiak]] 17:03, 20 March 2012 (PDT)
[[Category:apps]]
12,424

edits