Browsing the archives for the Apache tag

Random Session Timeouts on MediaTemple

No Comments
Uncategorized

How to change your php.ini settings on your MediaTemple account to prevent your sessions from randomly expiring.

Enabling file_get_contents() and fopen() With Remote URL’s on MediaTemple

2 Comments
Server/Apache Tutorials, Uncategorized

How to enable access to remote files on MediaTemple using the functions file_get_contents() and fopen().

Setting up VHOSTS using XAMPP/Apache in Windows

5 Comments
Server/Apache Tutorials

Setting up a vhost allows you to use an alias of your localhost in your browser. For example, say that you want to work with a website which is normally located in http://localhost/example, but your script loads its assets from the root of the domain (in this example http://localhost/). This method allows you to load [...]