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.

¿Fue útil la respuesta?

 Imprimir éste Artículo

Leer también

The Planet Monitoring System .... SSH critical status

Posted by xmlxp, 09-15-2007, 03:52 PMam recieving an email every hour from the Monitoring System...

Does the use of partitions prevent hackers from getting access to the linux server?

Posted by lifeonfire, 05-07-2007, 11:11 AMDoes the use of partitions prevent hackers from getting...

yum broken

Posted by chielsen, 12-18-2007, 02:20 PMI have waisted all not trying to get subversion working...

Whostmgrd - Please Advice

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

changing register_globals from .htaccess will cause 500 Error when php run as CGI

Posted by mshannaq, 05-07-2007, 01:44 PMHello, Today I have a customer want to swich the...