Announcement

Collapse
No announcement yet.

<?php include>

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    <?php include>

    Is there any way to use a php include statement to load php files from the server within Actinic v7 ?
    Richard
    www.worldofenvelopes.com

    #2
    yes, use .htaccess to cause your server to process htm files as shtml, then use an ssi include to include your php.

    use goooooooogle, for more help.

    Comment


      #3
      Can this be done on a windows server which I don't think allows the use of .htaccess ? And could you point me to a working example please.

      Many thanks
      Richard
      www.worldofenvelopes.com

      Comment


        #4
        perhaps have a look at your mimetypes, if you ahve such a thing in your configuration.

        i seem to remember windows servers making about as much sense as a chocolate fireguard.

        Comment

        Working...
        X