Community Patterns

Community Library Entry

0

Regular Expression
Created·2023-07-05 11:07
Flavor·PCRE2 (PHP)

/
^(.+)\.html(.*)$
/
Open regex in editor

Description

I used in Nginx to rewrite the location from http://example.com/about.html to http://example.com/about

Submitted by Vijay Amirtha Raj J