That's what I was thinking today. It's not worth the time to create galleries for blogs. I'm gonna use FHGs, so the only thing I have to do is build traffic.
Oh, and instead of the long URLs use this piece of PHP code
Quote:
<?
Header( "HTTP/1.1 301 Moved Permanently" );
Header( "Location: http://www.new-url.com" );
?>
|