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 ArticleUsing CSS to shorten long lines (Ja-Purity Joomla! Theme)
I am using Geshi for my code highlighting. Geshi does a great job with that, but not so much for wrapping very long lines of code. There is a solution, however. I found this solution works with IE...
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