|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
Running phtml on a windows 2003 webserver
Hello,
I am hoping that this is in the right place - sorry if its not. I'm new to server technology and don't have a vast knowledge of it. We have just got a new windows 2003 server for our various sites and I am moving them across to it. Some of our site are built in phtml and I was wondering how to get these working on the windows box - should I just install php on it? Or is there a different parser that I need to get? Thanks all J |
|
#2
|
|||
|
|||
|
What is a .phtml file?
__________________
====== Doug G ====== "Hide, hide witch! The good folk come to burn thee. Their keen enjoyment hid behind their gothic mask of duty." -Mark Clifton |
|
#3
|
|||
|
|||
|
its a pain in the ...
"A PHTML (or its sometimes called a PHP) page is a Web page that includes a script written in PHP, a language comparable to JavaScript or Microsofts VBScript. Like Microsofts Active Server Page (ASP) page, a PHTML page contains programming that is executed at the Web server rather than at the Web client (which is usually your Web browser). You may sometimes see a Web site whose address or URL ends with a file with a suffix of ".phtml"" or ".php3". " I'd never heard of it before two weeks ago. |
|
#4
|
|||
|
|||
|
Every php app I use uses .php file extensions. If .phtml is a php extension, then yes you need to install php on your webserver to get those files to run.
With pre-IIS6 IIS servers you will add mappings for different file extensions, you may need to explicitly map .phtml to the php executable. I don't use IIS6 I don't know what might be necessary for IIS6. |
|
#5
|
||||
|
||||
|
Quote:
|
|
#6
|
|||
|
|||
|
Thanks for your input guys, it seems to be working fine after php was installed.
|
![]() |
| Viewing: Dev Shed Forums > System Administration > IIS > Running phtml on a windows 2003 webserver |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|