Hi, Is it possible to redirect a site to a wordpress.com url and leave the original url untouched? Example: www.mydomain.com redirects to mydomain.wordpress.com but leave the url like www.mydomain.com?
you can do this with apache mod_proxy. add the proxy directives in the apache directives field of the website in ispconfig.
1) enable mod_proxy on the shell and then restart apache: a2enmod proxy a2enmod proxy_http 2) then add something lke this in the apache directives field: Code: ProxyRequests Off <Proxy *> Order deny,allow Allow from all </Proxy> ProxyPreserveHost On ProxyPass / http://yourblog.com/ ProxyPassReverse / http://yourblog.com/
I use http://mydomain1.wordpress.com in ProxyPass and ProxyPassReverse. But I get an Wordpress.com error: