I have written this code in .htaccess
RewriteEngine on
RewriteRule ^signin signin.php
But when I am trying to make link like <a href="signin">Xyz </a>
It showing me this error:
Not Found The requested URL /abctra/signin was not found on this server. Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
What could be the problem is it a problem of hosting I am using Godaddy Linux hosting. If any changes needed to be done on the server do tell me.
The code is running on the localhost nicely. Just not running on the hosting account.