Is there a way that I can get all site (I am currently running 4 small sites) to redirect the www. to the root domain using only one additional application? I know I can create four additional appliactions each with a static/php app redirecting each of the domains, I am just looking for a universal shortcut. asked 23 Jan '11, 15:45 joshfinnie |
Try a more generic rule,
That should redirect for any site incoming. Above code found on,
answered 23 Jan '11, 16:12 johns |