Drupal (http://drupal.org) is a very good choice for websites, many common features are ready-made plug-ins, It is very convenient. We recommend that you do not use the Ubuntu installation package to install drupal on Ubuntu, because it will make a lot of configuration you do not know in the background, which is not conducive to your understanding of drupal. Its packaging is not complicated: first install apache2 and php5, and then download drupal6 from the drupal website (I have not downloaded the latest drupal
Drupal (http://drupal.org) is a very good choice for websites, many common features are ready-made plug-ins, It is very convenient.
We recommend that you do not use the Ubuntu installation package to install drupal on Ubuntu, because it will make a lot of configuration you do not know in the background, which is not conducive to your understanding of drupal. Its packaging is not complicated:
Then you can install drupal6.
The clean URL function is not enabled after drupal6 is installed. You have to enable this function under Ubuntu:
First open the rewrite module of apache2:
# Sudo a2enmod rewrite
Then you can see this line through # apache2ctl-M, indicating that the module has been installed: rewrite_module (share)
Then you need to change the configuration of apache2:
# Sudo vi/etc/apache2/sites-available/default
In Below:
Change AllowOverride None to AllowOverride All.
Finally restart apache2:
# Sudo/etc/init. d/apache2 reload
Now, you can set the clean URL to Enable on the drupal6 Management page. What is annoying? Q = finally disappeared in the URL.