Forum Moderators: phranque
I had a joomla! 1.0 site with lots of articles with dots in the url. Now I upgraded to 1.5. Now I need to replace the . (dot) in the url. For example if a user writes:
www.example.com/lorem.ipsum.html
I need to redirect him to
www.example.com/lorem-ipsum.html
and if there is a certain word like
www.example.com/word-lorem.-ipsum.html
to
www.example.com/word-lorem-ipsum.html
I am new to .htaccess and hope someone can help.
Thanks
So before heading down the .htaccess road, be very sure that there is not already a 'plug-in' you could get to do this for you.
Jim