Answer the question
In order to leave comments, you need to log in
How to redirect a request to a child folder?
There is a structure like this:
site:
folder1:
index.php
some_file.txt
script.php
.htaccess
RewriteEngine on
RewriteCond %{REQUEST_URI} !script.php
RewriteRule ^(.*)$ folder1
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question