hi, not sure if this is the right place to ask this question.
I'm trying to remove the slash of the end of a directory url.
from: http://example.com/dir/
to: http://example.com/dir
where dir is a directory.
At the moment when going to http://example.com/dir it redirects to http://example.com/dir/ and points to the index.php file.
Is this possible with .htaccess or somehow ?
Thank you.
I'm trying to remove the slash of the end of a directory url.
from: http://example.com/dir/
to: http://example.com/dir
where dir is a directory.
At the moment when going to http://example.com/dir it redirects to http://example.com/dir/ and points to the index.php file.
Is this possible with .htaccess or somehow ?
Thank you.