The problem I m facing that I am receiving an id from url and showing it simply
Its working fine and shows the result
But I want that I should be able to write like
I tried to make .htaccess file and but it does not work and shows
The requested URL /test/bingo123 was not found on this server
Rewriteengine on
Rewriterule ^([a-zA-z]+)$ index.php?username=$1
I want to know that what should i change make in .htaccess file or some other settings in Wamp to run the script and where should I save .htaccess so that It works fine .Here "test" the folder name where all php files are there and how to save the .htaccess file as it does not allow it to save without first name.
Thanks in advance.