Regular Expressions 101

Community Patterns

DYN Listing Detail Pages with SEO URL

0

Regular Expression
PCRE (PHP <7.3)

/
(?:^listings\/view\/)(?:.*)-(\d+)(?!.*\d)(?:\.html)$
/
gm

Description

DYN Listing Detail Pages with SEO URL

incoming URL examples:

https://www.rogerholloway.com/listings/view/5330-carmel-crest-lane-charlotte-nc-homes-for-sale-3530458.html

RewriteRule (?:^listings/view/)(?:.)-(\d+)(?!.\d)(?:.html)$ https://www.rogerholloway.com/property-search/detail/93/$1 [R=302,L]

Submitted by anonymous - 5 years ago