Htaccess to redirect any folder to root – Apache
I'm trying to do the following : redirect ANY folder the user access to the root index and including the folder name in the url parameter. For instance , if users acces www.site.com/200 , it will redirect to www.site.com/index.php?folder=200 The…