Vanilla 1 is no longer supported or maintained. If you need a copy, you can get it here.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.

Search Engine Frienly URL's?

13»

Comments

  • MarkMark Vanilla Staff
    hahahaha - true
  • lolol ok. hopefully I'll have an extention available soon too.
  • Are SEO Friendly URLS still around? I know this thread is really old, but I can't seem to find any info on them. I'm using 1.1.8
  • (copy/pasted from my comment on the addon)

    I think the trailing slash issue can be treated in a simpler way. Instead of:

    RewriteRule ^discussions/([0-9]+)$ index.php?page=$1 [QSA,L] RewriteRule ^discussions/([0-9]+)/$ index.php?page=$1 [QSA,L]

    what about that:

    RewriteRule ^discussions/([0-9]+)(\/?)$ index.php?page=$1 [QSA,L]

    and so on with every "double" rule?
Sign In or Register to comment.