|
|
|
|
|
|
|
![]() |
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
![]() |
#1 |
Aw, Dad, you've done a lot of great things, but you're a very old man, and old people are useless
Join Date: Apr 2006
Posts: 21
|
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").
__________________
soon... |
![]() |
![]() |
![]() |
#2 |
a.k.a. Sparky
Join Date: Sep 2004
Location: West Palm Beach, FL, USA
Posts: 2,396
|
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.
__________________
SnapReplay.com a different way to share photos - iPhone & Android |
![]() |
![]() |
![]() |
#3 |
Aw, Dad, you've done a lot of great things, but you're a very old man, and old people are useless
Join Date: Apr 2006
Posts: 21
|
That will do the trick, thanks a lot
![]()
__________________
soon... |
![]() |
![]() |
![]() |
|
|