Contact Us Forum Rules Search Archive
WebProWorld Part of WebProNews.com
Page One Link To Us Edit Profile Private Messages Archives FAQ RSS Feeds  
 

Go Back   WebProWorld > Webmaster, IT and Security Discussion > Web Programming Discussion Forum
Subscribe to the Newsletter FREE!


Register FAQ Members List Calendar Arcade Chatbox Mark Forums Read

Web Programming Discussion Forum Working with an API? Developing a plugin? Writing a Mod or script for your favorite blog, Web 2.0 site or Forum? Welcome.

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 03-08-2008, 01:03 AM
edhan's Avatar
WebProWorld Veteran
 

Join Date: Aug 2003
Location: Singapore
Posts: 581
edhan RepRank 1
Question Rewrite mod works with IE but not firefox

Hi

Hope I am writing in the right forum discussion. If not, please move to the correct forum. Thanks.

I am using rewrite mod for the video site and so far I am always using IE to test. When I tested it in firefox, it turns out to be undefined. Any advice will be greatly appreciated.

Here is the link:

Share Hot Video 竹内結* お出かけ前篇 (0705) メイ*ング *ケVer. - Share Video, Photos, Earn Adsense With Community Software System

Thanks!
Reply With Quote
  #2 (permalink)  
Old 03-10-2008, 10:36 AM
wige's Avatar
Moderator
WebProWorld Moderator
 

Join Date: Jun 2006
Location: United States
Posts: 1,843
wige RepRank 4wige RepRank 4wige RepRank 4wige RepRank 4
Default Re: Rewrite mod works with IE but not firefox

Testing that URL in both IE and FF I did not get a redirect.
__________________
The best way to learn anything, is to question everything.
Reply With Quote
  #3 (permalink)  
Old 03-10-2008, 10:58 AM
kgun's Avatar
WebProWorld 1,000+ Club
 

Join Date: May 2005
Location: Norway
Posts: 5,402
kgun RepRank 3kgun RepRank 3kgun RepRank 3
Default Re: Rewrite mod works with IE but not firefox

If I right click that link and copy it, I get

http : //www dot share-video dot info/vid/67330.html

so there is perhaps no redirect. Only an anchor text hiding the real URL.

Test:

Share Hot Video 竹†…結*€€Š‡‹‘‰‡ (0705) ƒ‚‚*ƒ‚ ƒ*‚Ver. - Share Video, Photos, Earn Adsense With Community Software System

Q.E.D.
Reply With Quote
  #4 (permalink)  
Old 03-10-2008, 12:13 PM
edhan's Avatar
WebProWorld Veteran
 

Join Date: Aug 2003
Location: Singapore
Posts: 581
edhan RepRank 1
Default Re: Rewrite mod works with IE but not firefox

Quote:
Originally Posted by wige View Post
Testing that URL in both IE and FF I did not get a redirect.
That URL is the redirected. Can you view the video in both IE and Firefox?
Reply With Quote
  #5 (permalink)  
Old 03-10-2008, 12:15 PM
edhan's Avatar
WebProWorld Veteran
 

Join Date: Aug 2003
Location: Singapore
Posts: 581
edhan RepRank 1
Default Re: Rewrite mod works with IE but not firefox

Quote:
Originally Posted by kgun View Post
If I right click that link and copy it, I get

http : //www dot share-video dot info/vid/67330.html

so there is perhaps no redirect. Only an anchor text hiding the real URL.

Test:

Share Hot Video 竹内結* お出かけ前篇 (0705) メイ*ング *ケVer. - Share Video, Photos, Earn Adsense With Community Software System

Q.E.D.
No. That URL is the redirected. My question is are you able to view both in IE and Firefox for the video?

Thanks!
Reply With Quote
  #6 (permalink)  
Old 03-10-2008, 04:33 PM
kgun's Avatar
WebProWorld 1,000+ Club
 

Join Date: May 2005
Location: Norway
Posts: 5,402
kgun RepRank 3kgun RepRank 3kgun RepRank 3
Default Re: Rewrite mod works with IE but not firefox

Quote:
Originally Posted by edhan View Post
No. That URL is the redirected. My question is are you able to view both in IE and Firefox for the video?

Thanks!
  1. Fine in IE 6.0.
  2. FF 2.0.0.12: Error 404 File Not Found
  3. Opera 9.26: Error 404 File Not Found
Reply With Quote
  #7 (permalink)  
Old 03-10-2008, 04:42 PM
WebProWorld Veteran
 

Join Date: Jul 2004
Posts: 983
activeco RepRank 2
Default Re: Rewrite mod works with IE but not firefox

From w3.org:

"Many pre-HTTP/1.1 user agents do not understand the 303 status. When interoperability with such clients is a concern, the 302 status code may be used instead, since most user agents react to a 302 response as described here for 303."
__________________
This ad space could be yours. Contact us for affordable rates! ; )
Reply With Quote
  #8 (permalink)  
Old 03-10-2008, 10:22 PM
edhan's Avatar
WebProWorld Veteran
 

Join Date: Aug 2003
Location: Singapore
Posts: 581
edhan RepRank 1
Question Re: Rewrite mod works with IE but not firefox

I am using the RewriteRule as:

RewriteRule ^vid/([0-9]+).html$ view_video.php?postid=$1 [L]

So I am now puzzled why it works for IE but not for Firefox and other browsers.

Any idea?
Reply With Quote
  #9 (permalink)  
Old 03-11-2008, 07:22 AM
WebProWorld Veteran
 

Join Date: Jul 2004
Posts: 983
activeco RepRank 2
Default Re: Rewrite mod works with IE but not firefox

I see. I don't think it is a rewriting issue. It works OK, I can see the initial page, however the video cannot be played.
IMO it is embedding problem, probably something to do with unsupported active-x in firefox.
Can you play it in ff by using correct url, without rewriting, e.g. Share Hot Video 竹†…結*€€Š‡‹‘‰‡ (0705) ƒ‚‚*ƒ‚ ƒ*‚Ver. - Share Video, Photos, Earn Adsense With Community Software System ?
__________________
This ad space could be yours. Contact us for affordable rates! ; )
Reply With Quote
  #10 (permalink)  
Old 03-11-2008, 08:00 AM
edhan's Avatar
WebProWorld Veteran
 

Join Date: Aug 2003
Location: Singapore
Posts: 581
edhan RepRank 1
Default Re: Rewrite mod works with IE but not firefox

Quote:
Originally Posted by activeco View Post
I see. I don't think it is a rewriting issue. It works OK, I can see the initial page, however the video cannot be played.
IMO it is embedding problem, probably something to do with unsupported active-x in firefox.
Can you play it in ff by using correct url, without rewriting, e.g. Share Hot Video 竹内結* お出かけ前篇 (0705) メイ*ング *ケVer. - Share Video, Photos, Earn Adsense With Community Software System ?
It cannot be played even without rewriting. Guess you are right that it will be likely the unsupported active x in firefox. Thanks! I will see if I can resolve it now.

Thanks alot. Rep given.
Reply With Quote
Reply

  WebProWorld > Webmaster, IT and Security Discussion > Web Programming Discussion Forum


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
Need help with mod-rewrite ewhitaker Search Engine Optimization Forum 9 08-11-2006 04:25 AM
rewrite mod razsports Web Programming Discussion Forum 2 04-15-2006 12:55 AM
mod rewrite johnyfav Web Programming Discussion Forum 1 12-01-2005 06:24 AM
Googlebar For Firefox, Plus The Google & Firefox Deal WPW_Feedbot Search Engine Optimization Forum 1 02-28-2005 05:38 PM
MOD rewrite freehits Search Engine Optimization Forum 2 02-08-2005 08:16 PM


Search Engine Optimization by vBSEO 3.2.0