Miernik <[EMAIL PROTECTED]> writes: > Can I have wwwoffle redirect all requests to http://www.foo pages to > http://foo i.e. strip the www from all requests? > > Only hosts on a manually edited short list of hosts which are accessible > only with www. or redirect to www. version would have wwwoffle not do > it.
There is no way to have the default being a redirection from http://www.foo to http://foo and specific exceptions which are unmodified. Only the opposite can be done, specific redirections and everything else unmodified. It would need a new special case configuration option to map all servers expect specified exceptions. It would be annoying to change the configuration file for every server that doesn't work with both http://www.foo and http://foo. At the moment the worst that happens is that the same server is cached twice, with this new option it would make some servers inaccessible (except by config file editing). -- Andrew. ---------------------------------------------------------------------- Andrew M. Bishop [EMAIL PROTECTED] http://www.gedanken.demon.co.uk/ WWWOFFLE users page: http://www.gedanken.demon.co.uk/wwwoffle/version-2.8/user.html
