Webmastersite.net
Register Log In

Mod_rewrite

Title Mod_rewrite
Description Need changing url to a more 'hardcoded'-url style
Message Text Hi... and first of all. Thanks for a great piece of software. smiling face

I'm building a site and are starting to find reciprocal link-partners. But almost everyone will not reciprocal - simply because the link I give back to them isn't a 'hardcoded' url - which it should be for The Almighty Google and SEO-guys.

Basically I need {TRACKLINKURL} from displaylinks.tpl changed to {LINKURL} from details.tpl - but still be able to keep a track of how many hits a unique link gets. (hope this make sense... smiling face )

details.tpl this code:
This line: <IF {LINKURL}><a href="{TRACKLINKURL}" {EXTERNALLINKS}>{LINKTITLE}</a>

changed to
This line: <IF {LINKURL}><a href="{LINKURL}" {EXTERNALLINKS}>{LINKTITLE}</a>


And still be able to track hits. I'm guessing that it can be done by the .htaccess-file - but unfortunately my skills with mod_rewriting isn't that good

But how can I do this?

Best regards,
Michael

(please excuse my bad english. :o))
Rating
  • 0/5
  • 1
  • 2
  • 3
  • 4
  • 5
0/5 based on 0 votes.
Ownership _michael_
Views 511 views. Averaging 0 views per day.
Similar Topics
Submission Date Sep 19, 2005 - 9:52 AM