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 ?

    Well what webserver are you using on Windows.. If its IIS I dont have much of an idea besides having Admin rights and changing IIS configuration for file types.

    .htaccess on Windows with Apache for some reason this doesnt seem to work. Im not sure if there is any information on the Apache Website about this.

      Write a Reply...