Problems hard coding URL for link within site

Permalink
Hi - I need to hard code a link to an area within the site. As it is a dynamic block that populates a detail page it comes up with a url

http://redback-client.net/blbMain2/index.php?cID=101&ref_cID=10...

This works fine.

However if I use the linking tool within the editor to hard code this URL it comes up with a different URL adding two directories into the mix

http://redback-client.net/blbMain2/people/blb-staff-detail-page/&am...

Any ideas how I can get over this?

chassa2556
 
jbx replied on at Permalink Reply
jbx
The problem actually isn't the two folders. That I think is correct. The issue is that following the two folders you have an '&' instead of a '?'.

To demonstrate, try this:
http://redback-client.net/blbMain2/people/blb-staff-detail-page?bID...

Can't quite get my head around how you've built the site to have this problem, so I'm not to sure what to suggest...

Is the tool adding the variables to the end of the url or are you adding them on manually or through code?

Jon