Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Back End Nice Profile URL? Re: Nice Profile URL?

#95947
bungle
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.