Hello,
I know this has probably been discussed before but I really need expression engine to add / to all URLs
Example http://www.domain.com/file should always be http://www.domain.com/file/ al ways containing the /. Anyone help on the issue?
This is an archived forum and the content is probably no longer relevant, but is provided here for posterity.
The active forums are here.
August 04, 2010 4:12am
Subscribe [2]#1 / Aug 04, 2010 4:12am
Hello,
I know this has probably been discussed before but I really need expression engine to add / to all URLs
Example http://www.domain.com/file should always be http://www.domain.com/file/ al ways containing the /. Anyone help on the issue?
#2 / Aug 04, 2010 12:15pm
Find the below line in your config.php file (system/expressionengine/config).
$config['url_suffix'] = '';Add the forward slash there and you’re done. I actually haven’t tried it with EE but it’s what I use for CodeIgniter.
EDIT: It turns out this doesn’t work.