V Valhalla Well-known member Licensed customer Jan 7, 2015 #1 I have a route filter set up as follows: If I visit "../chat", I get routed to "../pages/chat" as expected, but the URL is shown as "../chat//" (note the two slashes). Am I able to create this route without the proceeding two slashes? Could it be related to server configuration? Thanks, Last edited: Jan 7, 2015
I have a route filter set up as follows: If I visit "../chat", I get routed to "../pages/chat" as expected, but the URL is shown as "../chat//" (note the two slashes). Am I able to create this route without the proceeding two slashes? Could it be related to server configuration? Thanks,
P Paul B XenForo moderator Staff member Licensed customer Jan 7, 2015 #2 Have you tried the replace as just chat (without the trailing slash)? Upvote 0 Downvote
V Valhalla Well-known member Licensed customer Jan 7, 2015 #3 Yes, and it saves without error, but when I edit the route again, it seems the slash has been added. (I also tried deleting that route and adding it as new.) Upvote 0 Downvote
Yes, and it saves without error, but when I edit the route again, it seems the slash has been added. (I also tried deleting that route and adding it as new.)
Mike XenForo developer Staff member Licensed customer Jan 7, 2015 #4 Your find route should have the trailing slash. Upvote 0 Downvote
V Valhalla Well-known member Licensed customer Jan 7, 2015 #5 That worked, thank you. Upvote 0 Downvote