Filed in: Drupal
Home » Drupal
How to configure the url aliases in drupal for friendly urls.
suppose your url like :
http://www.yourdomain.com/node/1
this page for about us page, then we can convert into in your friendly urls like
http://www.yourdomain.com/aboutus
for this we have to follow some configuration in drupal:
1) Administrator -> Site building -> URL aliases
2) Click...
Drupal Installation procedure:
1) Download the zip file from http://www.drupal.org that is drupal 5.20 version.
2) Unzip that file and place that folder at www follder
3) Run that file at browser :
http://localhost/drupal/
4) The Drupal installer requires write permissions to
./sites/default/settings.php
during the installation process. So we need...
Filed in: Drupal




