Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Sign In with Facebook Sign In with Google Sign In with OpenID Sign In with Twitter

In this Discussion

Problem with urls

EidolonEidolon newb
edited August 2012 in Questions

Hello all ! I try to change the www.mysite.com/category/category-name to www.mysite.com/category-name . But I don't know how ! Can someone help me , please ? Thank you !

Comments

  • try the route controller.

    It's unclear whether you mean when clicking on a category called "entertainment"

    e.g. it generally goes to /vanilla/categories/entertainment

    if you want to be able to type in

    /vanilla/entertainment

    and have it go to the entertainment category.

    you could use routes in the dashboard

    Route Expression
    entertainment

    Target
    /categories/entertainment

    otherwise you probably need to explain exactly how your site is set up and what you want to do.


    factoid: Most questions have been previously answered, try the search box first, please provide your Vanilla version Number!

    Peregrine's Addons - donations gladly accepted for "successful solutions" and addons - kind of like tipping a waiter at a restaurant

    UnderDog
Sign In or Register to comment.