![]() |
Using a php 'get parameter' in the hub url?
Would it be a problem to get listed on the Link Lists if you use a php 'get parameter' in your hub's url? I mean can you put:
Code:
/index.php?catId=10 I know that get parameters are not very good for SEO, but unfortunately that is my only option (I can't use something like "/greenguy/asian.htm"). |
RewriteEngine on
RewriteRule /greenguy/asian.htm /index.php?catId=10 [L] You would have human readable links without changing your software. You would need to modify your software to output the links correctly though. |
That will do the trick, thanks a lot :)
|
All times are GMT -4. The time now is 06:43 AM. |
Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
© Greenguy Marketing Inc