You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Eric Covener <co...@gmail.com> on 2008/11/05 16:10:44 UTC

Re: [users@httpd] htaccess redirect URL fragment problem with Safari browser

On Wed, Nov 5, 2008 at 9:46 AM, Robert T Wyatt <ro...@gmail.com> wrote:
> Here's the link:
> http://www.utexas.edu/student/registrar/schedules/092/regrules/all.html#acc
>
> You'll find that you are successfully redirected on every browser
> except Safari to:
> http://registrar.utexas.edu/schedules/092/regrules/all.html#acc
> (on Safari you wind up at:
> http://registrar.utexas.edu/schedules/092/regrules/all.html as
> predicted by the documentation)

Here's my guess:

Non-opera browsers ask for www.../all.html, get a redirect, and
maintain the #acc anchor locally.
Opera browsers ask for www.../all.html, get a redirect, and discard
the #acc anchor locally.

Browsers don't send the anchor over the wire in a request.

-- 
Eric Covener
covener@gmail.com

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


Re: [users@httpd] htaccess redirect URL fragment problem with Safari browser

Posted by Frank Gingras <fr...@gmail.com>.
Eric,

See my last reply. It explains his misconceptions.

Eric Covener wrote:
> On Wed, Nov 5, 2008 at 10:10 AM, Eric Covener <co...@gmail.com> wrote:
>   
>> On Wed, Nov 5, 2008 at 9:46 AM, Robert T Wyatt <ro...@gmail.com> wrote:
>>     
>>> Here's the link:
>>> http://www.utexas.edu/student/registrar/schedules/092/regrules/all.html#acc
>>>
>>> You'll find that you are successfully redirected on every browser
>>> except Safari to:
>>> http://registrar.utexas.edu/schedules/092/regrules/all.html#acc
>>> (on Safari you wind up at:
>>> http://registrar.utexas.edu/schedules/092/regrules/all.html as
>>> predicted by the documentation)
>>>       
>> Here's my guess:
>>
>> Non-opera browsers ask for www.../all.html, get a redirect, and
>> maintain the #acc anchor locally.
>> Opera browsers ask for www.../all.html, get a redirect, and discard
>> the #acc anchor locally.
>>
>> Browsers don't send the anchor over the wire in a request.
>>     
>
> I meant to add that I'm taking Robert's word about the actual
> behavior, not describing my understanding of how the browsers actually
> behave.
>
>   


---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


Re: [users@httpd] htaccess redirect URL fragment problem with Safari browser

Posted by Eric Covener <co...@gmail.com>.
On Wed, Nov 5, 2008 at 10:10 AM, Eric Covener <co...@gmail.com> wrote:
> On Wed, Nov 5, 2008 at 9:46 AM, Robert T Wyatt <ro...@gmail.com> wrote:
>> Here's the link:
>> http://www.utexas.edu/student/registrar/schedules/092/regrules/all.html#acc
>>
>> You'll find that you are successfully redirected on every browser
>> except Safari to:
>> http://registrar.utexas.edu/schedules/092/regrules/all.html#acc
>> (on Safari you wind up at:
>> http://registrar.utexas.edu/schedules/092/regrules/all.html as
>> predicted by the documentation)
>
> Here's my guess:
>
> Non-opera browsers ask for www.../all.html, get a redirect, and
> maintain the #acc anchor locally.
> Opera browsers ask for www.../all.html, get a redirect, and discard
> the #acc anchor locally.
>
> Browsers don't send the anchor over the wire in a request.

I meant to add that I'm taking Robert's word about the actual
behavior, not describing my understanding of how the browsers actually
behave.

-- 
Eric Covener
covener@gmail.com

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org