Redirect url in htacces with tilde

3

I want to redirect a url with a tilde to another with the same name, but without the tilde.

I do not have much idea, but I tried to do this:

  

RewriteRule ^ ([^ o] ) or (. ) $ $ 1o $ 2

I've also tried:

  

RewriteRule ^ ([^ 'or']) 'or' (.) $ $ 1o $ 2

    
asked by nakhqoy 06.08.2018 в 17:18
source

0 answers