Url extension
am 04.07.2007 14:04:09 von rolly.gupta
Hi all,
I want to change me page from https://groups.abc.co.in/group as
https://groups.abc.co.in ie I do not want to give the complete name.I
am able to open the page only when I type the complete path
https://groups.abc.co.in/group instead I want to give my customers
only this path https://groups.abc.co so that it may be redirected to
the original path.
Re: Url extension
am 04.07.2007 21:53:45 von Kristofer Gafvert
Hi,
If you want to redirect, you can just set up a redirection in IIS. Right
click the website, click Properties and then click on the Home Directory
tab and select "A redirection..."
You can also set this up by not using a redirection (which will reduce the
number of requests to the webserver) by changing the home directory to the
"group directory".
--
Regards,
Kristofer Gafvert
http://www.gafvert.info/iis/ - IIS Related Info
rolly.gupta@gmail.com wrote:
>Hi all,
>I want to change me page from https://groups.abc.co.in/group as
>https://groups.abc.co.in ie I do not want to give the complete name.I
>am able to open the page only when I type the complete path
>https://groups.abc.co.in/group instead I want to give my customers
>only this path https://groups.abc.co so that it may be redirected to
>the original path.
Re: Url extension
am 05.07.2007 07:14:01 von rolly.gupta
On Jul 5, 12:53 am, "Kristofer Gafvert"
wrote:
> Hi,
>
> If you want to redirect, you can just set up a redirection in IIS. Right
> click the website, click Properties and then click on the Home Directory
> tab and select "A redirection..."
>
> You can also set this up by not using a redirection (which will reduce the
> number of requests to the webserver) by changing the home directory to the
> "group directory".
>
> --
> Regards,
> Kristofer Gafverthttp://www.gafvert.info/iis/- IIS Related Info
>
>
>
> rolly.gu...@gmail.com wrote:
> >Hi all,
> >I want to change me page fromhttps://groups.abc.co.in/groupas
> >https://groups.abc.co.inie I do not want to give the complete name.I
> >am able to open the page only when I type the complete path
> >https://groups.abc.co.in/groupinstead I want to give my customers
> >only this pathhttps://groups.abc.coso that it may be redirected to
> >the original path.- Hide quoted text -
>
> - Show quoted text -
If I select in the homedirectory the url then I will not be able to
point to the application .
Re: Url extension
am 05.07.2007 19:07:13 von Kristofer Gafvert
What are you doing exactly, and why can't you point it to the application?
I need to know what is going wrong to be able to help.
The easiest is probably to just change the home directory.
To redirect, you can do this:
Right click the website and click Properties, click on the Home Directory
tab.
Change to "A redirection..." and type /group in the text box, click Ok.
Right click the folder "group", in the "redirect to" text box, type: !;*
This will prevent end-less loop.
That should work and will redirect everything to /group. But i still think
that changing the home directory is better.
--
Regards,
Kristofer Gafvert
http://www.gafvert.info/iis/ - IIS Related Info
rolly.gupta@gmail.com wrote:
>On Jul 5, 12:53 am, "Kristofer Gafvert"
>wrote:
>>Hi,
>>
>>If you want to redirect, you can just set up a redirection in IIS. Right
>>click the website, click Properties and then click on the Home Directory
>>tab and select "A redirection..."
>>
>>You can also set this up by not using a redirection (which will reduce the
>>number of requests to the webserver) by changing the home directory to the
>>"group directory".
>>
>>--
>>Regards,
>>Kristofer Gafverthttp://www.gafvert.info/iis/- IIS Related Info
>>
>>
>>
>>rolly.gu...@gmail.com wrote:
>>>Hi all,
>>>I want to change me page fromhttps://groups.abc.co.in/groupas
>>>https://groups.abc.co.inie I do not want to give the complete name.I
>>>am able to open the page only when I type the complete path
>>>https://groups.abc.co.in/groupinstead I want to give my customers
>>>only this pathhttps://groups.abc.coso that it may be redirected to
>>>the original path.- Hide quoted text -
>>
>>- Show quoted text -
>
>If I select in the homedirectory the url then I will not be able to
>point to the application .
Re: Url extension
am 05.07.2007 19:13:53 von Kristofer Gafvert
Or if all you want to do is redirect https://groups.abc.co.in/ to
https://groups.abc.co.in/group/ (and not files such as
https://groups.abc.co.in/file.asp ) then you can just do this:
Right click the website and click Properties, click on the Home Directory
tab.
Change to "A redirection..." and type /group in the text box, click Ok.
Much easier.
--
Regards,
Kristofer Gafvert
http://www.gafvert.info/iis/ - IIS Related Info
Kristofer Gafvert wrote:
>What are you doing exactly, and why can't you point it to the application?
>I need to know what is going wrong to be able to help.
>
>The easiest is probably to just change the home directory.
>
>To redirect, you can do this:
>Right click the website and click Properties, click on the Home Directory
>tab.
>Change to "A redirection..." and type /group in the text box, click Ok.
>Right click the folder "group", in the "redirect to" text box, type: !;*
>
>This will prevent end-less loop.
>
>That should work and will redirect everything to /group. But i still think
>that changing the home directory is better.
Re: Url extension
am 05.07.2007 19:16:53 von Kristofer Gafvert
Forgot to add that you need to check "A directory below this one".
--
Regards,
Kristofer Gafvert
http://www.gafvert.info/iis/ - IIS Related Info
Kristofer Gafvert wrote:
>Or if all you want to do is redirect https://groups.abc.co.in/ to
>https://groups.abc.co.in/group/ (and not files such as
>https://groups.abc.co.in/file.asp ) then you can just do this:
>
>
>Right click the website and click Properties, click on the Home Directory
>tab.
>Change to "A redirection..." and type /group in the text box, click Ok.
>
>Much easier.