Zen Follower
- Join Date:
- Mar 2005
- Posts:
- 166
- Plugin Contributions:
- 0
Simple SEO URL (OLD version) [support thread]
yellow1912:
Open includes/init_includes/init_ssu.php
You will find this line:
while (substr($link, -1) == '/') $link = substr($link, 0, -1);Add below it:
$link .= "$link/";This quick fix should force the trailing slash you wanted.
I'm trying to add a trailing slash to my URLs, but this info seems to be outdated, as I can't find that line in init_ssu.php. Where should I look?
Thanks,
-Arianne