Hi ,
I used to have a site on Unix platform earlier .... in which i used a script , which had a .htaccess file with this command inside it .
<Files gty>
ForceType application/x-httpd-php
</Files>
but now ... the main site needs to be shofted to a windows server , but i still would like to use this script .... but it seems , the .htaccess trick doesn't work here .
What can i do to make a file named just " gty " be recognized as php ?
any help ?