Hello.
I have this rule:
RewriteRule ^(.*)/ index.php?word=$1
Meaning that site/index.php?word=Adrian is also shown at site/adrian/
But how do I make it work without the slash at end too? site/adrian
I thing this should be simple but this is my first attempt with URL rewrite.
Thank you.