Jeremy, Try this: Move your static dir to the root of your web folder. Move all TG files into another deeper folder, if they're in the web folder.
Example: elementarycatastrophe.com/projectname/ move all static content into "static" folder in web folder and here's the .htaccess: RewriteEngine On RewriteRule !^static - [C] RewriteRule (.*) projectname/$1 [L]

