Hi
I've made an .htaccess file - with the following..
<Files display>
ForceType application/x-httpd-php
</Files>
and put it in the same directory as 'display' - which worked fine when it had it's original '.php' suffix.
So why won't Apache pick it up as a php file?
I've been into httpd.conf - and added 'FileInfo' to the 'AllowOverride AuthConfig' just incase that was it - but no difference.
I know there's a way to just do this in httpd.conf - but it's never described clearly enough for me to grasp - I'd be happy for ANYTHING to work and htaccess seems the most straightforward, but as usual - I can't get it to work at all!
Maybe I should just get a job testing LEGO instead - I'm sure I could get that to work!
Ian
P.S.
Doing that 'reverse' URL thing - www.mydomain.com/display.php/10 for friendly URLs - all the graphics fail - because they are then referenced as display.php/art/image.jpg - rather than just 'art/image.jpg'.
And yet I've seen no mention of this occuring or how to fix it on any site mentioning this technique - so once again I have to ask - WHY ME?