I am trying to redirect the non trailing slash version of my url to the version with a slash, but I can't seem to get it working.
www.internationallovescout.com/gallery/african/benin
Should be
www.internationallovescout.com/gallery/african/benin/
I have tried 3 different ways:
1. Using the "Alias" feature - I put this in there:
gallery/african/benin
This worked when I was using Joomsef 3 and joomla 1.5 - but when I upgraded my site to Joomla 2.5 and Joomsef 4 it stopped working.
2. I tried an internal 302 redirect
Moved from URL - gallery/african/benin
Moved to URL - gallery/african/benin/
That doesn't work either. The "Last Used" shows "never"
I do have other internal 301 redirects that are working
3. I tried doing a 301 redirect in my .htaccess
redirect 301 /gallery/african/benin
www.internationallovescout.com/gallery/african/benin/
And that gave me an Internal Server Error.
Any idea what's going on here?