Skip to content
Grav 2.0 is officially stable. Read the announcement →

Community guidelines

Please keep discussions civil and on-topic. Repeated violations may lead to a temporary ban.

Vitaly Harisov Newcomer

@vithar · Joined 2 years ago · 3 posts · 1 topics · 1 reputation

Badges

✏️ First Post 💬 Conversation Starter

Recent posts

  • Replace %23 with # in URL · 2 years ago

    I can't fix broken Telegram clients, but I can replace this on the side of my site, so I do.

  • Replace %23 with # in URL · 2 years ago

    https://serverfault.com/questions/987808/rewriting-url-encoded-hash-character-with-htaccess This is works as expected RewriteRule ^(.*)#(.*)$ /$1#$2 [NE,R=301,L]

  • Replace %23 with # in URL · 2 years ago

    I'm trying to setup Grav to replace %23 in page URL with # e.g. redirect from page like this https://voyahchat.ru/common/account%23ios to this https://voyahchat.ru/common/account#ios I edited .htacces