Opened 16 years ago

Closed 16 years ago

Last modified 16 years ago

#306 closed task (fixed)

Create "es" subdomain

Reported by: jsanz Owned by: warmerdam
Priority: normal Milestone:
Component: SysAdmin Keywords: apache rewrite
Cc: jsanz@…

Description

Hi,

As I've tried to discuss, at OSGeo-es we want to have an easy access to the contents and activities we are creating.

So, I ask SAC to create a subdamin http://es.osgeo.org that redirects the user to http://wiki.osgeo.org/wiki/Cap%C3%ADtulo_Local_de_la_comunidad_hispano-hablante

Desirable but not a must:

I don't know the technical details, but if there is some way to have statistics about the subdomain use would be great, in order to know how succesful we are in our marketing skills ;) I've used awstats and google analytics, both are great, but maybe the second is easy if we put a simple html/js redirect to the wiki with the javascript to record the statistics.

Thanks!

Change History (3)

comment:1 by warmerdam, 16 years ago

Owner: changed from sac@… to warmerdam

comment:2 by warmerdam, 16 years ago

Keywords: apache rewrite added
Resolution: fixed
Status: newclosed

I have added this:

RewriteCond %{HTTP_HOST} ^es\.osgeo\.org$
RewriteRule ^/(.*)  http://wiki.osgeo.org/wiki/Capítulo_Local_de_la_comunidad_hispano-hablante [R,L]

to /etc/httpd/conf.d/rewrite.conf and restarted apache. The forwarding seems to work.

comment:3 by warmerdam, 16 years ago

I have no thoughts on collecting stats.

Note: See TracTickets for help on using tickets.