How to rewrite URL?

Username (e.g. epiz_XXX) or Website URL

epiz_27842296

Hello, i wan’t to rewrite url
example.com/paste/uuid_of_paste
to
example.com/paste/?entry=uuid_of_paste

I’ve tried RewriteRule ^$1$ ?entry=$1&%{QUERY_STRING} [L,R=301]
and RewriteRule ^/[a-zA-Z0-9]/$ ?entry=/[a-zA-Z0-9]/&%{QUERY_STRING} [L,R=301]

But it not works

Redirect?

I found this:

3 Likes

So what DO you see?

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.