Thanks in advance, I am trying to redirect anyone who types in example.com or example.com/index.php to example.com/home
Please let me know, I have tried the htaccess rules of redirect permanent and 301's and they have not worked. My pages are created dynamically.
Couldn't you just put a php script to redirect visitors? The following should work, save it as index.php in your root directory.
First, make sure your syntax is correct. Is this what your .htaccess file looked like?
If you're sure, try this: