.htaccess rewrite multiple urls without redirects
问题 Ok so i have urls like these demo1.domain.net, demo2.domain.net, demo3.domain.net and all needs to show the contents of a subfolder like this example demo1.domain.net will show the contents of domain.net/websites/demo1 i need to do it in a way that all the domains like $whatever.domain.net into domain.net/websites/$whatever.domain.net, i already enabled wildcard dns, and i cant seem to fiqure it out, please keep in mind i dont want it to redirect. Here is what i tried RewriteEngine on