Welcome Guest, Not a member yet? Register   Sign In
Trailing slash and links
#1

Hi

if the url isĀ 

Code:
localhost/controller/method/
<a href="some_link">link</a> -> it points to localhost/controller/method/some_link



But if there is no slash

Code:
localhost/controller/method
<a href="some_link">link</a> -> it points to localhost/controller/some_link (method is not included here)

How can i fix this. I want the link to include method name.
Thanks
Reply


Messages In This Thread
Trailing slash and links - by agriz - 04-08-2015, 12:27 AM
RE: Trailing slash and links - by davidgv88 - 04-08-2015, 01:29 AM
RE: Trailing slash and links - by CroNiX - 04-08-2015, 11:07 AM
RE: Trailing slash and links - by agriz - 04-08-2015, 11:09 AM



Theme © iAndrew 2016 - Forum software by © MyBB