Answer the question
In order to leave comments, you need to log in
How to redirect to a specific word in a URL (htaccess)?
The project has an api folder . Inside this folder are two files index.php
and mobile.php
.
You need to do a redirect. If the user knocks on it, /api/get-courses
it should be redirected to index.php
. And if /api/mobile.php/get-courses
onmobile.php
Answer the question
In order to leave comments, you need to log in
RewriteRule ^api/get\-courses$ /api/index.php? [L,R=301]
RewriteRule ^api/mobile\.php/get\-courses$ /api/mobile.php? [L,R=301]
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question