Greenguy's Board

Greenguy's Board (http://www.greenguysboard.com/board/index.php)
-   Link Lists & Getting Listed (http://www.greenguysboard.com/board/forumdisplay.php?f=7)
-   -   Using a php 'get parameter' in the hub url? (http://www.greenguysboard.com/board/showthread.php?t=39977)

maniac 2007-04-29 07:10 PM

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").

cd34 2007-04-30 01:41 AM

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.

maniac 2007-04-30 01:04 PM

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