Hi,
I've address like this urldomain.com/action?act=LIVE And I want make to urldomain.com/live
I use htaccess below
Quote:
|
RewriteRule ^([A-Z]+)$ action.php?act=$1
|
But I still confuse how to make uppercase address into lowercase. Is it possible? If yes how can I do that.
Thanks
|