Subject | Re: [Firebird-general] firebirdsql.org -> www.firebirdsql.org |
---|---|
Author | Jiri Cincura |
Post date | 2006-12-25T22:54:50Z |
If you have mod_rewrite compiled into your Apache, you can use this in
httpd.conf (or similar place):
RewriteCond %{HTTP_HOST} ^([^.]*)\.([^.]*)$
RewriteRule ^(.*)$ http://www.%1.%2$1 [L,QSA,R=301]
and preset firebirdsql.org CNAME to www.firebirdsql.org .
How it works can be check on http://x2develop.com
--
Jiri {x2} Cincura
http://blog.vyvojar.cz/jirka/ | http://www.ID3renamer.com
httpd.conf (or similar place):
RewriteCond %{HTTP_HOST} ^([^.]*)\.([^.]*)$
RewriteRule ^(.*)$ http://www.%1.%2$1 [L,QSA,R=301]
and preset firebirdsql.org CNAME to www.firebirdsql.org .
How it works can be check on http://x2develop.com
--
Jiri {x2} Cincura
http://blog.vyvojar.cz/jirka/ | http://www.ID3renamer.com