The Apache HTTP Server, commonly referred to as Apache, is an open-source HTTP server for modern operating systems including UNIX, its variants and Windows. Apache is a secure, efficient and extensible server that provides HTTP services in sync with the current HTTP standards.

learn more… | top users | synonyms (1)

0
votes
0answers
17 views
+50

Magento and multiple domains

I'm trying to build a store with multiple domains, based on the language: for example mysite.com (english), mysite.it (italian), mysite.ru (russian). I'm following this and this, but i think it could ...