Hallo,
I morgens using liferay (CMS) das auf Java basiert und auf tomcar web server läuft. Ich muss alle Anrufe www.mydomain.org in mydomain.org (ohne das WWW) oder in die andere Weise herum umadressieren. In Apache tun ich es mag dieses:
httpd.conf vhost Abschnitt oder in .htaccess file.
RewriteEngine on RewriteCond % {HTTP_HOST} ^mydomain \ .org RewriteRule ^ (. *) $ http://www.mydomain.org/$1 [R=permanent, L]
I Notwendigkeit, dieses im Tomcat einzuführen, um mein google analytics sicherzustellen alles hits.
Thanks,
alles
|