Status
Not open for further replies.

RT

Active Member
5,314
2009
1,571
85
Hi,

I'm working on this new project and looking for a way to rewrite the urls in the script. I have googled for a while now, tried a few rules and most of the time end up breaking the site.

Say the site's urls are this way:
Code:
http://domain.com/name-of-the-post[B][COLOR="Red"]-keyword.html[/COLOR][/B]

I want to add a few keywords on the last part only to make something like this:
Code:
http://domain.com/name-of-the-post[B][COLOR="Red"]-keyword1-keyword2-keyword3.html[/COLOR][/B]

Any help would be appreciated, cheers!
 
2 comments
If the app is MVC, then it'll be a breeze.
There's probably a URL configuration/Routes file in that case.

EDIT: mind sharing the URL ? You can PM me if you cannot disclose the site in public
 
Status
Not open for further replies.
Back
Top