I have a url like below
http://filespecification.phpnet.us/index3.php
But i want to add an additional parameter to this url like below.
http://filespecification.phpnet.us/index3.php?email=
For this i am using .htaccess to redirect with additional parameter but it is not redirecting still show original url.
RewriteRule /index3.php$ index3.php?email=$1 [R]
But it is not working. How can i redirect with additional parameter?
emailyou are expecting?$1is not definedRewriteRule index3.php$ index3.php?email=$1 [R]then it redirect to this url.http://filespecification.phpnet.us/here is it shows complete patha like Public_html /index3.php?page=