Code: Select all
Options +FollowSymLinks
RewriteEngine on
RewriteRule article/content/(.*)/ article.php?content=$1
And the above code woukld output the url as:
Which is sort of close, but instead I want it to look like:
And I have absolutely no idea how to seperate the content value and put the first part(html in this case, but there are other ones like php-the-basics).
Anyway, I think it's fairly easy, anyone?
Thanks,
Oscardog