Answer the question
In order to leave comments, you need to log in
How to paste a part of a URL using Mod Rewrite?
Hello!
I really need help writing a rule in .htaccess to redirect from one URL to its augmented version.
There is a site URL starting with: http://site.ru/special/further_url
It is necessary that users, when following any of its internal links, always receive: http://site.ru/special/index.php/further_url
Tried Lots of options, but none of them really fit.
Thanks in advance!
Answer the question
In order to leave comments, you need to log in
RewriteCond %{REQUEST_URI} ^(.*)/special/(.*)$
RewriteRule ^(.*)$ %1/special/inde.x.php/%2 [R=301,L]
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question