Auto Login v1.6

A CakePHP Component that will automatically login the Auth session for a duration if the user requested to (saves data to cookies).

Blog entries with the tag "Vhosts"

If you have ever used a local server, you would immediately realize that you can only develop one site at a time using the given root. You could however setup multiple folders for different websites within your local servers root, but the problem with that is they would all share the same root, big problem! To fix this you would have to set up virtual hosts, or vhosts for short. A vhost is a small server side trick (using Apache) that allows for multiple domains (websites) under the same root or IP address. Continue reading...