How do i stylish the url paths to avoid the display of the word "node".
gingic - January 21, 2008 - 12:06
Hello on my drupal website www.vernisaj.ro my content is being display using menu and links but with this nasty url type http://www.vernisaj.ro/node/3....how can i make them more user and SEO friendly? Thanks

Have a look at
Have a look at the path module (which allows you to enter custom URL's for each node) (which is a core module) and the pathauto module which will automatically generate your paths for you - - http://drupal.org/project/pathauto
Mike,
Computerminds offer Drupal development, consulting and training
Use URL aliases
For me URL aliases is the best way to Change your site's URL paths by aliasing them.
My URi example:
http://www.labtestproject.com/linuxcommand/copy_contents_of_directory_in...
www.labtestproject.com
Thanks
I will analyse those 2 options