It’s pretty common to have the same global navigation items it both the main navigation and footer links of a website. Be careful though, if you are using an SEF URL extension for Joomla 1.5, such as sh404SEF. Having multiple menu items pointing to the same article or ItemId can disable the active menu styling. Instead, use the standard Joomla menu links for the main navigation, and set up the footer navigation with external type menu items, pointing to the sef urls created for the main navigation.
admin CMS, joomla, joomla extensions, search engine optimization, sef urls, seo, web design
I have never really understood why web applications, like Drupal, that have the capability of producing search engine friendly (SEF) URLs don’t have them enabled by default. Who doesn’t like SEF Urls?
To Enable SEF URLs in Drupal 6, follow these steps:
- enable mod rewrite – this can be done through .htaccess or httpd.conf
- from admin: enable site building>modules>paths
- enable site configuration>clean urls
- create aliases site building > url aliases > add aliases
You have to add aliases manually using this process. Perhaps Drupal has, or will have a module that is more automatic in the future. We can only hope (but not hold our breaths)!
admin .htaccess, Drupal, sef urls, seo
Recent Comments