mediatemple

SQLite Databases and Grid Hosting

I'm considering moving my site from a GoDaddy shared hosting account to a Media Temple grid hosting account in anticipation of traffic. However, I first have some concerns with the grid hosting setup. My site stores a large personal set of data on a per-user basis (possibly 3-4MB per user). At this rate I was worried about blowing over ...

Redirect all requests to a subdirectory

Possible Duplicate: How to redirect request coming from a domain to a subdirectory invisibly? I have a drupal site install at example.com/drupal but now that the site is built I want to forward all requests to that directory, without it ever showing "drupal" in url. I think this can be done with .htaccess, but I didn't know i...

php Contact Form on website and reply-to email

I have a PHP Contact form on a site I am hosing on our mediatemple grid server that was made with Rapidweaver. It works well except that the email it generates to our [email protected] is sent as [email protected]. I think the server is just using the trash/blackhole address. Any way to adjust my php or better yet, the server...

Setting up a mercurial server on media temple grid

Hi, I have successfully installed mercurial on media temple grid server. But I can not find any information about setting up a mercurial server on grid so I can push/pull multiple repositories on my grid server. How can I setup a mercurial server with multiple repositories on media temple grid server? Thanks. ...

How to release with Git?

I have a basic question about Git: Let's say there is subdomain git.mysite.com with git installed in it. My actual site is on mysite.com. How do I tell Git to "release" a specific or latest commit to mysite.com? I use MediaTemple(gs) for my hosting. Site is in /domains/mysite.com/html and Git is in /domains/git.mysite.com/html/mysite.g...

Setting up SVN on MediaTemple?

I want to setup my own SVN server on a dedicated plan over at MediaTemple. This would help me immensely when updating / checking out code with the staff I work with in India. I can't find anything good on the web, and I'm sure someone here knows what to do. How can I set up a SVN server on my dedicated so I can create multiple repositori...

Premature end of script headers: php5 Symfony produces internal server error 500

Hello Stack Overflowers, I am running into an issue that is leaving me in a dead end so in turn, I turn to you! Recently a Symfony app has been going down rendering an internal apache error -500. After deleting the Symfony cache the site comes back up. Upon some further investigating I have found the error of "Premature end of script...

Transferring magento to MediaTemple

After transferring a Magento installation using these instructions, when I try to browse to the home page I am redirected to the "downloader" page ie http://mysite.com/downloader and then I get a blank page. Any ideas where the problem might be? ...

Kaltura Install on Plesk / Media Temple DV3.5 apachectl error

Hello All, Some pain today as with everything new and exciting. I am attempting to install Kaltura CE on a subdomain on my Media Temple DV runnning plesk 8.6.0. I get to a step that asks for my apachectl path and I enter correctly but keep getting errors as listed below. I do know this is meant to be on a dedicated box but as with ev...

Post Commit SVN hook on MediaTemple (gs) - svn update

I have created a SSH/FTP/email user and when I connect to my MTServer using SSH and that user I can't access /home/XXXX/domains/mydomain.com/. I am using subversion and it's working fine, but I want it to be able to auto update my webpage ( on the MTServer ) everytime I commit. The post-commit hook works fine, because had tested with e...

How to change uploaded file permissions for new files automatically

I recently moved a wordpress site from media temple's gs to their dedicated virtual server. The file structure changed when I upload files. The permissions automatically upload as 644 and I'd like to change this. Where should I look to change this, the php.ini file or somewhere ont he server settings? It uses plesk. ...