2011-01-24, 04:04:18
mod_rewrite happens too late really, a symlink is done at the servers file system level.
If for instance you've put your single admin in /var/www/getsimple/admin and you've put the stripped down GetSimple structure for a client in /home/client1/public_html then on the command line you'd do...
ln -s /var/www/getsimple/admin /home/client1/public_html/admin
Unix-like systems obviously, no idea if it would be possible under windows, and you need full command line access to your server which I'd expect you to have if you're reselling.
If for instance you've put your single admin in /var/www/getsimple/admin and you've put the stripped down GetSimple structure for a client in /home/client1/public_html then on the command line you'd do...
ln -s /var/www/getsimple/admin /home/client1/public_html/admin
Unix-like systems obviously, no idea if it would be possible under windows, and you need full command line access to your server which I'd expect you to have if you're reselling.