.inc extension files not runing on WAMPP

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • kamill
    New Member
    • Dec 2006
    • 71

    .inc extension files not runing on WAMPP

    Hello All
    I am using .inc file extension ( to include files ) but these files are treated as a text file by WAMP , how to configure my php.ini file to treat them as a php files.
    Thanks and Regards
    Kamill
  • Atli
    Recognized Expert Expert
    • Nov 2006
    • 5062

    #2
    Hi.

    The include() function (and other such functions) will include files of all extensions. Included code will be read correctly, no matter what extension the file it was taken from has.

    If, however, you are trying to execute the .inc file in your browser, you will have to configure your Apache server (httpd.conf) to treat .inc files as PHP files.

    Comment

    • kamill
      New Member
      • Dec 2006
      • 71

      #3
      Thank you Atli.
      I have configured my apache now it is working.

      Comment

      Working...