![]() |
|
|||||||
| Installation and Configuration Need help installing Delphi for PHP? Having trouble configuring it? Post your questions here! |
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
Another newbie question.
I can't seem to get the IDE to load project files with extension .php5 When I add them to the project, the ?.xml.php5 does not get associated with the ?.php5 file. Is there a trick or is this just not possible or advisable? I would like to get my desktop and server files synchronized, so I don't have to edit my code and change each page reference from .php to .php5, and then I have to change the php file extensions when I upload them to the server. Maybe there is a better way? Something I could edit in the .htaccess file?: ----- AddHandler application/x-httpd-php5 .php5 .php4 .php .php3 .php2 .phtml AddType application/x-httpd-php5 .php5 .php4 .php .php3 .php2 .phtml AddHandler application/x-httpd-php .php .html ----- Thanks. |
| Sponsored Links |
|
|
|
||||
|
Best is to check with your server hosting company and see what they recommend.
http://forums.delphi-php.net/vcl4php...-syntax-error- unexpected-t_string.html#post5559 |