Good ideas and conversation. No ads, no tracking. Login or Take a Tour!
mitvit · 3821 days ago · link · · parent · post: Feature request: hubski.com/#tag#prettyURL#multiple-tags
I have no clue what the backend is but on Apache servers RewriteRule ^tag/([A-Za-z0-9]+)/?$ tag?id=$1 [NC,L] in a .htaccess Would turn hubski.com/tag?id=sometag into hubski.com/tag/sometag Likewise, RewriteRule ^(#[A-Za-z0-9]+)/?$ tag?id=$1 [NC,L] changes hubski.com/tag?id=sometag into hubski.com/#sometag I think, although you'd have to be careful using # because # indicates a webpage fragment.