I have made a new plugin, it require a variable $_GET['id'] to do things
every thing works fine with this url
http://mywordpress/?id=5
http://mywordpress/index.php?id=5
i wanna make this url work
http://mywordpress/5
any ideas ?
i think my solution is in htaccess . can anyone help