Hi all
I have re-developed a site locally on my PC and uploaded it to the host server and all has gone bang! I used the Apache ForceType directive to force scripts without an extension to parsed as PHP (I have done this loads of times) but my hosts are saying to me this cannot be done with them and I have to use:
Options +MultiViews
Well, I have looked for examples and have used the following in my htaccess file:
Options +MultiViews
DirectoryIndex about-us about-us.php contact-us contact-us.php
But when I run my http://www.mydomain/about-us URL, the page is displayed in the browser as plan text and not parsed as PHP
Can anyone shed any immediately light on what I need to do to get these pages parsed as PHP pleaseusing this Multiview method please?
I do not want to use mod_rewrite that is why I use forectype normally.
Aaaarrrgggghhh!
Thanks in advance.