Here's my question....let's say I have a several subfolders....
http://www.nothing.com/subfolder/link.html
http://www.nothing.com/subfolder2/link.html
In each case, I'm trying to get .htaccess to rewrite the file with the subfolder involved...so for example...
link-subfoler.html
link-subfolder2.html
This isn't hard to go in and manually type out the name of every sub folder, however, when I start doing a lot of subfolders, it gets tedious...
Is there a way that htaccess can read part of the URL and use the subfolder part of it as part of the rewrite?
That would save me a ton of time! Thanks!