↧
URL file-access is disabled in the server configuration
This is something that recently popped up on my 1&1 host after I told it to use php 5 from my .htaccess file.
View Article.htaccess - Multiple Domains - Single Host
OK. So, you have more than one domain name, but you're on a shared host, such as 1&1.com? You're wondering how you're going to make all of those domains come up with separate content when you type,...
View ArticlePython and 1&1 Shared Hosting
I almost gave up when I took a nap and had a vision of what was happening. Over the last several days, I have been trying to get python scripts to run on my shared 1&1 hosting service. Being...
View ArticleAdding a dynamic footer date with PHP
This is the PHP code to use to add an automatically updating copyright date for a blog, website, or whatever that allows PHP code.The code:<p>©<?php echo date("Y"); ?> All rights...
View Article