Home › Forums › Back End › Nice Profile URL? › Re: Nice Profile URL?
February 1, 2012 at 5:07 pm
#95947
Member
Sorry if i confused you with my earlier suggestion, I was suggesting you’d need a combination of both mod rewrite and the php. You’d obviously need to make sure the mod rewrite was selective enough not to catch the full redirected URL that php needs also and the header rewrite would need to be redone to avoid the double redirect.
On a different thought, if you were doing ajax you could alternately use a hashtag like “site#username” and then pull the pages with a get request to PHP but this would only work if you were using ajax as hashtags don’t get passed server side to PHP.