Forum Moderators: phranque
[domain.com...]
into these ...
[domain.com...]
Another example:
"http://www.domain.com/blogs/apple/article.php" becomes "http://www.domain.com/blogs/a/apple/article.php"
"http://www.domain.com/blogs/911" becomes "http://www.domain.com/blogs/0-9/911"
(Ok, i guess that last example is kinda a long shot.)
Anyway, that's it. I have only a very amateur grasp of regular expressions which is why I'm having such a hard time with this.
Any advice would be very much appreciated.
Thanks!
If you are not really into regular expressions yet, the I'd suggest you to find some resources about this subject, as it is very usefull - not only when dealing with apache, but much more when programing in any language.
If so, then it is a fairly simple rewrite, but defining the problem clearly is necessary before you jump into coding a solution.
Jim