This rewrites all URLs that match:
But I want to rewrite all URLs that do NOT match.Code:RewriteEngine On
RewriteRule ^(\d+)/(\w+)/(\d+)/(\w+)/(\d+)/(\w+)/(\d+)/(\w+)\.(jpg|jpeg|gif|png)$ image.png [L]
Printable View
This rewrites all URLs that match:
But I want to rewrite all URLs that do NOT match.Code:RewriteEngine On
RewriteRule ^(\d+)/(\w+)/(\d+)/(\w+)/(\d+)/(\w+)/(\d+)/(\w+)\.(jpg|jpeg|gif|png)$ image.png [L]
!
Regards,
DK