My site consists of a ton of folders, each with an index.php. I need to redirect each one of these index.php's to a different URL on my domain since I'm now using templates and SQL and all. I'm using GoDaddy and really don't feel like dealing with the delayed htaccess reaction. Can I just create a blank index.php for each index.php I need redirected and then place only the php 301 redirect code in there and then replace each old one with the new blank ones? Sorry that is kind of hard to follow. Basically I want to replace all of my old index.phps with new blank ones that only have the php redirect code. is it fine if these only have the php redirect code or do they have to have the same content on them still? Let me know if you don't follow and thanks so much for your help.