Aug
25
2008
0

How-To - Redirect 404 to index page via PHP

I’ve been working a quirky sub-domain 404 issue and I found a quick and clean redirect script. Instead of a nasty 404 page you can redirect the web request to the index page. I found the helpful script here: http://css-tricks.com/how-to-redirect-indexhtml-to-indexphp/

I deleted whatever text was in 404.php and replaced it with:

<?php
header( 'Location: http://www.redirect-location.com' );
exit();
?>

Worked like a charm for me!

Written by Tom in: HowTo, webmaster |
Aug
17
2008
0

Palm Treo App - Soft Reset for Garnet powered Treos - Especially good for Centro

I’ve used a lot of different Palm Treos.  Now that I’ve switched to a Centro I knew the battery cover was going to be a problem for resetting the device.  I googled for a soft reset application and found one that is very useful.  You can set a default app to load upon every execution of soft reset.  I use it to launch Good Mobile Messaging which will in turn launch the broadband connection required for that application.  Works very well!

http://software.treonauts.com/product.asp?id=1819

Written by Tom in: palm, troubleshooting |

Powered by WordPress | Aeros Theme | TheBuckmaker.com WordPress Themes