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

Popular posts from this blog

.net - C# List<T>.Find(x=>x.Rectangle.Contains(Point)) FAIL -

iphone - Smoothing a rounded stroke in Core Graphics -

c++ - QtQuick: QQmlApplicationEngine failed to load component qrc:/main.qml:23 Invalid attached object assignment -