In my website there is a link like this
http://backlinks.cheapratedomain.com/backlinks.php?url=emobileload.com
for better SEO I want to make it like this
http://backlinks.cheapratedomain.com/backlinks/emobileload.com
just want to replace ‘.php?url=’ by ‘/’
My question is how can i do this by editing my .htaccess file ?
If it’s only for that one URL, then you could try this:
So requested URLs like
http://backlinks.cheapratedomain.com/backlinks/domain.comwill be redirected tohttp://backlinks.cheapratedomain.com/backlinks.php?url=domain.com