Apache

Unable to find the wrapper “https”

Posted by admin on October 29, 2011 at 7:07 am

Today I had to put a simple script on one of my hosting server where a “Facebook Login” button was available for login. However when I had to run it I encountered the following error: Warning: file_get_contents() [function.file-get-contents]: Unable to find the wrapper “https” – did you forget to enable it when you configured PHP? [...]

.htaccess – user guide

Posted by admin on April 23, 2008 at 11:34 am

Custom Error pages ErrorDocument 400 http://new-error-page.htm ErrorDocument 401 http://new-error-page.htm ErrorDocument 403 http://new-error-page.htm ErrorDocument 404 http://new-error-page.htm ErrorDocument 500 http://new-error-page.htm Redirects - great if you change your domain or some portion of your site Redirect /olddirectory/oldfile.html http://yoursite.com/newdirectory/newfile.html Links: http://www.javascriptkit.com/howto/htaccess.shtml