Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
G

Gaurav Goel Team Lead

@Gaurav Goel Team Lead
About
Posts
2
Topics
2
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Url rewriting rule
    G Gaurav Goel Team Lead

    Hello there, I need some clever regular expression writing in IIS7 to redirect traffic from one site to another, the pages are similar in structure but information needs re-writing. Here's an example: http://www.mysite.com/manufacturers/Name\_of\_Manufacturer\_6828/Name\_OF\_Product\_43146.htm needs to be structured as the following http://www.newsite.co.in/free-msds-download/name-of-manufacturer/name-of-product/ Here's what needs changing: 1). Only Alpha, Numeric and hyphen's allowed. 2). Change '_' to '-'. 3). Remove the '_NUMBER' directly after the manufacturer name and before the '/'. 4). Remove the '_NUMBER' directly after the product name and before the '.htm'. 5). Remove the '.htm' and replace with a '/'. It needs writing into the code below please as a permanent 301 redirect:

    Regular Expressions com regex tutorial

  • URL Rewritting rule
    G Gaurav Goel Team Lead

    I need some clever regular expression writing in IIS7 to redirect traffic from one site to another, the pages are similar in structure but information needs re-writing. Here's an example: http://www.mysite.com/manufacturers/Name\_of\_Manufacturer\_6828/Name\_OF\_Product\_43146.htm needs to be structured as the following http://www.newsite.co.in/free-msds-download/name-of-manufacturer/name-of-product/ Here's what needs changing: 1). Only Alpha, Numeric and hyphen's allowed. 2). Change '_' to '-'. 3). Remove the '_NUMBER' directly after the manufacturer name and before the '/'. 4). Remove the '_NUMBER' directly after the product name and before the '.htm'. 5). Remove the '.htm' and replace with a '/'. It needs writing into the code below please as a permanent 301 redirect:

    ASP.NET com regex tutorial
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups