Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
[Solved] Migrating to New Install...need htaccess Help
patsjv
✭
I'm now (finally!) moving from a Vanilla 1.x install to Vanilla 2.x. I'm wondering whether anyone has a slick htaccess mod_rewrite file that would take the old Vanilla URL structure (www.myforum.com/comments.php?DiscussionID=9869) and sends it to the new URL structure (www.myforum.com/index.php?p=/discussion/9869/. I'm not too good with htaccess, so appreciate any help out there. Thanks!
0
Best Answer
-
UnderDog MVP
to the new URL structure (www.myforum.com/index.php?p=/discussion/9869/
Are you sure you want to keep that new Url structure? It should be:
www.myforum.com/discussion/9869/
as far as I know and you don't need to change anything for that...
There was an error rendering this rich post.
0
Answers
Are you sure you want to keep that new Url structure? It should be:
as far as I know and you don't need to change anything for that...
There was an error rendering this rich post.
Thanks, UnderDog. Just needed to turn RewriteUrls to TRUE. Appreciate your help.
@patsjv how did the migration go? Any troubles? Can you document how you solved it on he Vanilla Wiki please :-)
There was an error rendering this rich post.