Routing problem

Hello,

I set routing, then the next line was shown.

<meta name="ac:route" content="/:permalink/:eventsequencial/entry/application/">

then, I set

<a href="./termsofservice/">terms of use</a>

but when I click this link on the browser, the link is not ./termsofservice/ but /:permalink/:eventsequencial/entry/application/termsofservice/ . here what I want to do on this link is moving to ./termsofservice/

how can I fix this?

(when I erased content part in the meta tag, I could not do it and came back the above meta tag automatically again)

what is this and where did it come from?

Please NEVER manually edit, delete or change the meta tags related to the routing! This can mess up your whole site!

Make sure auto add base is enabled and try to recreate/resave this page/route again:

How do you set that? Manually?

Hi,

I haven’t touched this since I created this project.

and I added that link tag manually, but I chose the link itself from link properties’ route.

the file is http://174.138.46.199/chair-picking-game/1/entry/application/

Something’s messed on your page then, you should not have deleted or changed any meta tag.
What is this page? A normal page? Some content page?

I don’t understand what to check on this page or how your link is supposed to work/where should it point to?

I created this as normal page, because I would like to add restricted option later.

Please re-edit the page in the routing panel - change anything, regenerate the routing, save the page so the proper tags can be added… and never edit manually anything related to routing please!

I tried to make the same page step by step.

when I set the route like below

this one was shown (I don’t touch anything)

and I chose the link from link properties like below.
スクリーンショット 2020-05-13 17.29.54

and when I click this link on http://174.138.46.199/chair-picking-game/1/entry/application/
it goes to http://174.138.46.199/chair-picking-game/1/entry/application/termsofuse/ (this is not what I want to do)

the problem is this link part.

how can I make this link be http://174.138.46.199/termsofuse/ ?

change the link to just <a href="/termsofuse/"

1 Like

thanks a lot! it worked!