Hi all, I have re-wrote my URLs with the .htaccess to be more user friendly. Currently I have:
domain.com/user/UserName
If I have a user called "UserName" this URL works how you would think.
But because these pages have variables I seem to have a problem with displaying the links to the user page to the clients. Obviously I can't write a static link as that will only ever link to one user. Currently I use something like this to have a link to a logged in persons own user page from the header of the site:
Oh, brilliant, what a simple oversight. I guess I was somehow thinking the rewrite would convert all links without me changing that. Well, many thanks, another valuable lesson learned.