Posts tagged as:

seo

Drupal is modular framework and content management system (CMS) and works under Lighttpd too. By default, Drupal passes path arguments to itself via its internally generated URLs. This small howto explains setting up clean url using Lighttpd web sever.

{ 4 comments }

For various reason you might want to redirect all traffic coming to www.domain.com to domain.com or vise versa.
This is essential if you want to maintained good structure for search engines (SEO) or to generate accurate stats.
Configure no www
Open your /etc/lighttpd/lighttpd.conf file:
# vi /etc/lighttpd/lighttpd.conf
Find out your virtual domain section.
Add following configuration directive if you want [...]

{ 4 comments }