Hi all, I don't mind if visitors to my site visit foo.com/* or www.foo.com/*, but I'd like to rewrite any urls of the former form to the latter, so that the site's URLs are "officially" of the form www.foo.com/*. Is there a way, using ISPConfig's web-based interface, to achieve such URL rewriting? Or would I have to manually add, e.g., RewriteEngine On RewriteCond %{HTTP_HOST} !^www\.foo\.com [NC] RewriteRule ^/(.*) http://www.foo.com/$1 [R=301,L] to my server's httpd.conf or the relevant .htaccess file? Many thanks! (My apologies if this has been address in a separate thread--I spent a while searching but didn't see a discussion.) Andrew
You can either put this in an .htaccess file or in the Apache Directives field of that web site in ISPConfig.