StefanRSA Posted February 25, 2010 Share Posted February 25, 2010 Hi! In my htaccess I have the following to remove the trailing slash from all my URL's RewriteRule (.*)/$ /$1 [L,R=301] Now I want to ad the trailing slash for only my support folder How can I do this? This does not work: RewriteRule ^support$ /support/ [L] Thanks Link to comment https://forums.phpfreaks.com/topic/193399-add-trailings-slash-for-only-1-folder/ Share on other sites More sharing options...
aebstract Posted February 25, 2010 Share Posted February 25, 2010 May seem sketchy, but what if you add 2 // instead of just 1, then it deletes the other and you are left with 1? Link to comment https://forums.phpfreaks.com/topic/193399-add-trailings-slash-for-only-1-folder/#findComment-1018246 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.