Re: Blank 'Create New' windows

Not sure I fully understand. In what circumstances do you access your app from http://myapp.com/dirname and in what circumstances do you access it from http://dirname.myapp.com/?
-Steve
-Steve
Put a face on your database
http://xataface.com/forum/
<VirtualHost *:80>
ServerAdmin webmaster@myapp.com
DocumentRoot /var/www/html/myapp
Options All +ExecCGI FollowSymLinks
DirectoryIndex index.cgi index.php index.html index.hml index.phtml index.shtml
ServerName dirname.myapp.com
ErrorLog logs/dirname.myapp.com-error_log
CustomLog logs/dirname.myapp.com-access_log common
</VirtualHost>
Location: http://myapp.com/xf-iso/js/RecordDialog/templates/dialog.html
Response body: <iframe class="xf-RecordDialog-iframe" width="100%" height="100%"></iframe>