I did not understand how to create question title out of this problem.
Okay,
I am working on .htaccess
and I tried to rewrite url
By this RewriteRule ^fc.com/([a-zA-Z0-9]+) index.php?s=$1
and so far
fc.com/abc123
works.
I tried to test it by <a href="index.php?s=abc123">Test</a>
It didn't work (as planned) but how do I redirect to fc.com/abc123
if a request if been made for index.php?s=abc123