Remote Internet Solutions, Inc

Web Development with a Personal Touch

Browsing Posts in Raves


The capabilities of .htaccess are incredible. Among some of the goodies are protecting directories (even with a username and password), filter bot traffic, block IPs, and my newest favorite… masking files!

I’ve had the pleasure of upgrading some old HTML files into a CMS with dynamic content. No problem! But what about all the search engine traffic that is still going to the old HTML pages? That stuff is gold and we don’t want to mess with redirecting it.

Only 4 lines in my .htaccess file is all I need!

continue reading…

PHP Upgrade

No comments


Today I updated my version of PHP to version 5.3.6 since I needed to update my PCRE. Did I have to? No. But while I had my hood open I figured why not knock them both out together. One of the main reasons is this very friendly error message:

this version of PCRE is not compiled with PCRE_UTF8 support at offset 0

The server wasn’t lying. When I did a PCRE check…

continue reading…