AddDefaultCharset utf-8
# Pear modules
-php_value include_path "/usr/local/www/portal.postgresql.org/pear/lib:."
+php_value include_path "/usr/share/php:/usr/local/www/portal.postgresql.org/pear/lib:."
# Fire up mod_rewrite
RewriteRule ^(.*)\.rss\.([a-z-]+)$ /system/rss.php?page=$1&lang=$2 [QSA,L]
RewriteRule ^(.*)\.rss$ /system/rss.php?page=$1 [QSA,L]
-# Rewrite access to community docs attacahed files
+# Rewrite access to community docs attached files
RewriteRule ^communityfiles/(.*)$ /system/communityfiles.php?page=$1 [QSA,L]
# Rewrite request to the software catalog
# exclude server-status so that it can be used for monitoring
RewriteCond %{REQUEST_URI} !^/server-status
+# people like typing urls manually - so redirect licence to license
+RewriteRule ^about/license$ /about/licence [QSA,L]
+
# Use handler.php for everything
RewriteRule ^(.*)$ /system/handler.php?page=$1 [QSA,L]