You will need some modification to htaccess if you plan to put other folders inside a sst install, beside the script folders. So for each folder you create you have to add one more line after RewriteBase /
Lines will look like below, based on what folders you create
RewriteRule ^blog(.*)$ - [L]
RewriteRule ^images(.*)$ - [L]
RewriteRule ^some-fodler-name(.*)$ - [L]
RewriteRule ^etc(.*)$ - [L]
...
and then comes the rest of lines. keep it intact.
Do I Need A Program To Edit .htaccess. I've been trying to get google verifed for three days now