i have this on my htaccess currently:
RewriteEngine on
RewriteCond %{REQUEST_URI} !^/www/
RewriteRule (.*) /www/$1/index.php
but i keep getting an error page
what im trying to do is to register a lot of domains for clients and just store all their websites' files on a folder named "theirdomain.com" on my domain's www folder.