Menu Content

Support

> Forums, FAQs & Paid Support
Welcome, Guest
Username Password: Remember me

Trailing slash thing not working with 2.3.1
(1 viewing) (1) Guest
Support forum for users using free edition of JoomSEF 3 (Joomla 1.5 compatible). These forums are mainly for mutual help between users.

Please note that due to our capacity limitations, we do not monitor these forums regularly.
  • Page:
  • 1

TOPIC: Trailing slash thing not working with 2.3.1

Trailing slash thing not working with 2.3.1 15 years, 9 months ago #5733

  • bwaindwain
The "Be tolerant to trailing slash?" wasn't working for my site so I did some poking around and found a solution. The file sef_ext.php at line 298 has
if ($sefConfig->transitSlash && $row === false) {
 
I just changed it to
if ($sefConfig->transitSlash && $row === null) {
 
and it started working properly.

I have JoomSEF 2.3.1 working on Joomla 1.0.11
  • Page:
  • 1
User Login Empty