Forum Moderators: Robert Charlton & goodroi
[%20...] and also without www and with www. I have 3 different version of the home page. I can sort the issue with www and non www but this [%20...] is very strange result i have got. when i click on the link it works and then the whole sites goes under [%20domain.com...]
would be helpful if gets in input
thanks
sorry for posting here bcoz i was not sure that this is the apache issue. well.. I have a window server so do u mean i have to shift this on linux apache or still i have something to fix this on windows. my hosting provider does not help in IIS setting or something..
My guess is [space]www.domain.com is resolving to the same 'site directory' as www and example.com. The correction with the ability to use mod_rewrite is simple.
It might be possible to correct with ASP if you can call a %{HTTP_HOST} server variable similar to PHP and then redirect using ASP. (Assuming the site is written is ASP.)
** These are just my 'best guesses', because this is not something I normally deal with. **
Justin