Forum Moderators: phranque
I'm a long time reader of this forum, but just joined to post. I'm using the following in my .htaccess file to have extensionless page URL's. The web pages are PHP pages like example-video.php. The browser address bar is displaying [mydomainname.com...] as it should.
<Files ~ ^(example-videos¦example-videos2)$>
ForceType x-mapp-php
</Files>
The problem I'm having is my PHP include files are not working with the above code in my .htaccess file. They are not displaying what they should output on the pages. They are simple include files with just an echo function to output some html. What would cause this to happen, and how can I fix it? Please excuse and move if this is in the wrong section.
Any help would be very much appreciated. Thanks.
Can anyone offer any more suggestions, or should I post this in the PHP forum?