Topic: How to add a slash at the end of page URLs
Default .htaccess file contain
RewriteBase /montra/ RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^(.*)$ index.php [QSA,L]
It little bit confusing me.
How to add a slash at the end of page URLs.
Ex :
Before : http://localhost/montra/about
After : http://localhost/montra/about/