skip to Main Content
author
223 views
0 votes

How to rewrite URL in .htaccess [seo permlink]

My file is category.php?id= and here is my code:
<a href="category.php?id=<?php echo $row['id'];?>"><?php echo $row['name'];?></a>

I want to

author
164 views
0 votes

Redirect OLD urls to NEW urls. Rewrite Rules or something else – SEO

Currently our website uses custom made encrypted URLs,
for example: DOMAINNAME/index.php?case1=616c6c50726f647563747347656f7267654d617a67616c6f764d794d6f746f2e4247214023&case2=70726f6d6f47656f7267654d617a67616c6f764d794d6f746f2e4247214023
This retrieves all discounted products on our website. <br

Back To Top
Search