Redirect Subfolder To Root Folder In Apache Nginx Iis And Cloudflare
The main challenge was to keep all articles on the same path as a subfolder while redirecting the URL to the root of the domain or another location. Apache Apache HTTP server supports RewriteCond. To make this change, edit your .htaccess or httpd.conf file and add the below lines to it: Here we’re using / as our base and our RewriteRule works for all URLs in our subfolder by using regular expressions....