issue example of Drupal 6 multilingual (i18n)
issue example of Drupal 6 multilingual (i18n) written by Albert Skibinski from http://http://blog.merge.nl
this are some example issues you can face when implementing multi-language site in Drupal 6
Path prefix issues
For example, the language prefix in the url does not always work the way you expect. For example, let's say you have a site with two languages, Dutch and English (default Dutch), and would like a structure like this:
www.site.com/en/example-node
www.site.com/nl/voorbeeld-node
"example-node" is an English translation of the Dutch node "voorbeeld-node".
- drupal6's blog
- Login or register to post comments
- Read more
New Drupal Book - Drupal 6 Performance Tips
Drupal 6 Performance Tips, by Trevor James and TJ Holowaychuk, is a newly-published title from Packt Publishing aimed at Drupal beginners, developers, designers, and webmasters who utilize the Drupal content management system to create robust websites. It provides crucial performance-related information for Drupal users of all experience levels, including module contributors, webmasters who simply configure and maintain Drupal websites, and even themers.
- drupal6's blog
- Login or register to post comments
- Read more
Drupal 6 Clean URLs story part Four
Note the following directions do not adequately cover everything that needs to be included in a site's Apache configuration file to make sure the site is secure. The files directory needs a SetHandler directive per http://drupal.org/files/sa-2006-006/advisory.txt
Enabling .htaccess in Apache requires more work on the part of the server. A full explanation can be found here:
http://www.serverwatch.com/tutorials/article.php/3436911
Drupal 6 Clean URLs story part Three
Server configuration for Clean URLs on a shared server, with .htaccess
The standard Drupal installation contains a sample .htaccess file which should be sufficient to get Clean URLs running. It is easy to miss copying this file, because of the leading "dot". So before trying to enable Clean URLs, make sure this file exists in your Drupal installation.
If you have this file installed, but Clean URLs still do not work, you can try some of the troubleshooting suggestions below. If you still cannot get Clean URLs to work, contact your hosting provider.
Fixing problems
RewriteBase setting
- drupal6's blog
- Login or register to post comments
- Read more
Drupal 6 Clean URLs story part Two
Server configuration for Clean URLs on a dedicated server, with httpd.conf
Enabling clean URLs on a dedicated server involves these steps:
1. Enable mod_rewrite for Apache. You can talk to your web host or consult the Apache documentation for mod_rewrite to get more information on how to do this. At a minimum, this will involve making sure that mod_rewrite is enabled for your installation of Apache.
To test if mod_rewrite is available in Apache2, you can type the following at a command prompt, to list all installed Apache modules:
apache2ctl -M
- drupal6's blog
- Login or register to post comments
- Read more
Drupal 6 Clean URLs story part One
By default, Drupal uses and generates URLs for your site's pages that look like "http://www.example.com/?q=node/83." This style of URLs can be hard to read, and can prevent some search engines from indexing all the pages of your site. Research suggests this may not be as great an issue for some of the major search engines as it once was; however, it is worth noting the recommendation from Google's webmaster guidelines stating:
- drupal6's blog
- Login or register to post comments
- Read more

40 weeks 6 days ago
40 weeks 6 days ago
40 weeks 6 days ago
40 weeks 6 days ago
40 weeks 6 days ago
42 weeks 6 days ago
42 weeks 6 days ago
42 weeks 6 days ago
44 weeks 4 days ago
44 weeks 4 days ago