How can i redirect all nonexisting directories to /index.html?
for example
www.mydomain.com/asubdirectory and
www.mydomain.com/sub2 dont exist.
www.mydomain.com/realdirectory does. how can i redirect /asubdirectory and /sub2 to /, and leave /realdirectory requests alone?
ps: if they can be redirected to /index.php?subdomainrequested=$thesubdomain that would be even better
