: Hide query parameters in RewriteRule I have the following rule: RewriteRule ^farm-products/([A-Za-z0-9-]+)/([0-9]+)/([A-Za-z0-9-]+)/([0-9]+)/([0-9]+)/?$ products.php?&page=&what=&t=&cat=
I have the following rule:
RewriteRule ^farm-products/([A-Za-z0-9-]+)/([0-9]+)/([A-Za-z0-9-]+)/([0-9]+)/([0-9]+)/?$ products.php?&page=&what=&t=&cat=
The user sees:
www.example.com/farm-products/agencies/56/b/88/32458
Is it possible to hide from the URL the query parameters?
I want to show only:
www.example.com/farm-products/agencies/
More posts by @Candy875
1 Comments
Sorted by latest first Latest Oldest Best
It depends on your CMS that you are using.
However, most likely the answer is that you cannot do that easily at least. The CMS would need to be modified to do the category / product lookups using the their titles instead of identifiers. This might take quite some effort.
You need to discuss this issue with your CMS developer.
Terms of Use Create Support ticket Your support tickets Stock Market News! © vmapp.org2024 All Rights reserved.