Answer the question
In order to leave comments, you need to log in
How to remove folder from url path?
Hello everybody!
Here is a question. There is a folder on the site:
site.com/folder
and it has many subfolders:
site.com/folder/folder1
site.com/folder/folder2 etc.
what to write in .htaccess to make links like:
site.com/folder1
site.com/folder2
i.e. remove folder from path.
added to .htaccess:
RewriteRule ^folder/(.+)$ site.com/$1 [R=301,L]
did not help.
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