php - .htaccess redirect folder -
all,
I want to redirect all incoming traffic into the folder. Currently I am using it below in an .htaccess file and it works for root directory. But if I browse, this directory does not redirect to the listing.
RedirectMatch Permanent ^ / * $ / Public /
Thanks
/ Div>
Try this example:
Rewrite on RewriteRule! ^ Public / / public% {REQUEST_URI} [L, R = 301]
Comments
Post a Comment