Remove Trailing Folder IIS 8.5

ISAPI_Rewrite is Apache mod_rewrite compatible URL rewriter for Microsoft IIS
User avatar
Posts: 5
Joined: 03 Oct 2012, 22:09

Remove Trailing Folder IIS 8.5

14 Sep 2016, 06:00

Hi all,

I´am trying use rewrite rules to remove a trailing folder (/p/)

Old: pictures/my-picture-01.jpg/p/
New: pictures/my-pciture-01.jpg

^pictures/(.*)/p/$ pictures/$1 [R=301,NC,L]

But it doesn´t work :-(

User avatar
Posts: 402
Joined: 06 Mar 2012, 11:59

Re: Remove Trailing Folder IIS 8.5

15 Sep 2016, 07:30

Hello.

The full .htaccess config would look like:

RewriteEngine On
RewriteRule ^pictures/(.*)/p/$ pictures/$1 [R=301,NC]

Return to ISAPI_Rewrite 3.0

Who is online

Users browsing this forum: No registered users and 13 guests