Ok I've got a PHP file alive and kicking at http://www.travoholic.com/index.php and I have figured out how to redirect my index.htm page to this page, complete with PR and all that good stuff. The code I've used in my .htaccess file is this: redirect 301 /index.htm http://www.travoholic.com/index.php The problem is that when the user types in www.travoholic.com instead of the full www.travoholic.com/index.htm it doesn't perform the redirect. What to I put in my .htaccess file to make travoholic.com and travoholic.com/index.htm both point to index.php? This is giving me nightmares... all I want to do is get Text Link Ads working. I've tried putting the info into my .htaccess file to process all .htm pages as .php but this screws up my SSI. Is there a way to do this for just my main page since that's all I need right now? I will be forever grateful for anyone who can help me sort this out! Thanks!!
yeah, if not working what cynaide said.. then ask again.. we sort out something.. but will be sort out i hope.
Actually on second look it seems like that answer has screwed up the rest of my pages. They all bring up directory lists rather than actualy page. ARG! It was great while it lasted. Pammer you can if you're under 30 and from any of a handful of Commonwealth countries...
Set index to look for a index.php first, then if not found use index.htm DirectoryIndex index.php index.htm index.html