URL Rewrite

Posted by beachcompcom, 03-08-2010, 04:34 PM
Hi folks, I'm new to IIS7/Url rewrites. Im trying to make videos/playvideo.php?video=AjLlW8Uk8B0&feature=youtube_gdata&name=Eclipse%20Trailer Into videos/video-AjLlW8Uk8B0&feature=youtube_gdata-Eclipse_Trailer.html. My rule is: RewriteEngine on Options +FollowSymlinks RewriteRule ^video-(.*)-(.*) playvideo.php?video=$1&name=$2 But it simply will not work in IIS. Could anyone please point me in the right direction or tell me what I have wrong? I've been RTFM on IIS and no luck. Thanks!

Posted by Mark G, 03-10-2010, 08:56 AM
writing regular expressions can be tricky. You might post the question on the mod_rewrite discussion board or consult the mod_rewrite cheat sheet. Good luck!

Posted by mattle, 03-10-2010, 12:32 PM
You're backwards The regex will match the uri and the last bit is where you are sending someone:

Posted by Driver01, 03-10-2010, 12:51 PM
hmm...not sure about IIS7 but with apache I normally do: use this link in the document: Last edited by Driver01; 03-10-2010 at 01:04 PM.

Posted by Chris Stinson, 03-10-2010, 08:53 PM
IIS 7 will import Apache rewrite rules with no issues.

Posted by Dr:linux, 03-11-2010, 02:25 AM
You can use the new URL rewrite featured in IIS7. You will need to have the URL rewrite module installed. You can get the module from these sites. Please take a look. Download the x86 version for IIS 7.0 (http://www.iis.net/downloads/default...=34&g=6&i=1691) Download the x64 version for IIS 7.0 (http://www.iis.net/downloads/default...=34&g=6&i=1692) There are more articles relating to it and it clearly explains how to create rewrite rules. http://learn.iis.net/page.aspx/461/c...ewrite-module/ Hope this helps for you.

آیا این پاسخ به شما کمک کرد؟

 پرینت این مقاله

در همین زمینه

Get stats out of Cs, Bf2, Quake and others

Posted by ExobiT, 09-23-2008, 12:14 AMHi, if i have some gameservers with quake, cs, css bf2, and...

WordPress sitemap plugin problem or no ?

Posted by SimonDevise, 11-06-2012, 05:25 AMI have use WordPress sitemap plugin 2-3 month, but I...

grsec WARNING: No module mptscsi found for kernel 2.6.22.9-grsec, continuing anyway

Posted by uploadalerts, 03-27-2008, 04:46 PMHi, I see the following error, while trying to...

utterly confused about external links?

Posted by gg2327, 09-14-2007, 11:02 PMhave a few different list of links in my link section for...

Whostmgrd - Please Advice

Posted by Cyber-A, 06-28-2008, 05:19 PMHi all When I have checked the 'Current CPU Usage' in...