Answer the question
In order to leave comments, you need to log in
Answer the question
In order to leave comments, you need to log in
provided that the mod_rewrite module is enabled on the server, it is done like this
#включаем движок редиректов
RewriteEngine On
#переопределить корень сайта, станет как "/"
RewriteBase /
RewriteRule ^create/(.*)$ create?new=$1 [L,QSA]
Given the presence of the nginx tag, the answer is "no way". I'll tell you a secret, but htaccess is for Apache, not nginx.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question