Other feacture is view statistics for domains although they are in different site accounts. Example: site1 = a.example.com site2 = b.example.com I can see stats for site1 and site2, but i can't see the global stats for domain example.com
I suppose it depends on how you create the two sites. [Option One] If you create a.XXXX.com and b.XXXX.com under the domain www.XXXX.com by using co-domain and directory mapping, then the statistics will be global. The link below is how to do it: http://www.wallpaperama.com/forums/...ains-in-ispconfig-web-hosting-panel-t721.html [Option Two] But if you create the a.XXXX.com and b.XXXX.com separately as two entries, of course the statistics will be separated. This is logically correct. So, why not just use Option One if you just need a global statistics ? Createch
One further point ... please add the following apache directives so that there will not be any changes to the browser address bar when users go to the two sub-domains: (for example 2 sub-domains: sub1.domain.tld and sub2.domain.tld) RewriteEngine on RewriteCond %{HTTP_HOST} ^sub1.domain.tld [NC] RewriteRule ^/(.*)$ /sub1/$1 [L] RewriteCond %{HTTP_HOST} ^sub2.domain.tld [NC] RewriteRule ^/(.*)$ /sub2/$1 [L] Cheers, Createch
Hi, i am in the option 2. I need the global statics and separate statics at the same time. Other ideas?
Your request is definitely nice-to-have instead of something which is important to many people. I believe developers will accord very low priority to such request.
site1 = a.example.com site2 = b.example.com oh.I can understand that there are two website different .so you can set up a program to view statistics of example.com.