pls, explain me +)
how to remove last trailing slashes for all pages?
If i remove slashes:
1. POST not work,
2. ADD, Edit or DELETE POSTS not work.
Remove rules:
RewriteCond %{HTTP_HOST} ^(www.)?site\.com$ [NC]
RewriteRule ^(.+)/$ http://site.com/$1 [R=301,L]
I want to rmove it, because site has two kind of one page:
http://site.com/page1
and
http://site.com/page1/
For google and other SE it’s two different pages.
[Mod Edit: Moved to the EECore Support forum]