I’m using WordPress and I have created a few folders for uploading files through FTP.
I would like to redirect folder links to my set homepage, for example: this link shows the Apache Server at Port 80 which I need to redirect it to the homepage.
Thank you
Create an index page in the root of the folder with
This will be the easiest thing to do.
You could also look into using some
.htaccessfiles to restrict access to a page and send them to a 403 error page or send it to the homepage.