I'm using this line in my .htaccess:
RewriteRule ^(.+)$ index.php?pages=$1 [NC,QSA]
It works fine, but I can place slashes before the content. For example: /contact is same as /////contact
I'm using this line in my .htaccess:
RewriteRule ^(.+)$ index.php?pages=$1 [NC,QSA]
It works fine, but I can place slashes before the content. For example: /contact is same as /////contact