Hey everyone, I have a question about .htaccess. I'd like to 301 re-direct index.php to /. Is this possible? Also, I'd like to re-direct index.php?page=home to /. Any help would be VERY appreciated. Thanks
though i dont know about modrewriting., i think creating a 301 redirect for yourdomain.com/index.php to yourdomain.com will throw some looping error.
Hmm, just tried that, it seemed to only break some images I had. Didn't re-direct anything. The index.php doesn't bother me too much, mainly I want to re-direct index.php?page=home to / or index.php.
Having this in the root will likely mess up references to files containted in subdirectories. Use with caution and test 1st.