I want to change the URL From
example.com/shows/2013-car-show-pictures-set
to
example.com/pics/2013+car+show+pictures+set
How do i replace all the dashes using rewrite?
RewriteRule ^shows/(.*)/$ /pics/$1 [L,NC]
I want to change the URL From
example.com/shows/2013-car-show-pictures-set
to
example.com/pics/2013+car+show+pictures+set
How do i replace all the dashes using rewrite?
RewriteRule ^shows/(.*)/$ /pics/$1 [L,NC]