Share ideas, ask questions, and get feedback about developing for ProcessMaker
Forum rules: Please post new questions under "Developing processes & programming" for ProcessMaker 2 or 3.
#787902
You must edit file: path disk setup process maker\processmaker-3.0.1.8-0\apps\processmaker\conf\htaccess.conf
in line 235:
Code: Select all
<Directory "C:/Bitnami/processmaker-3.0.1.8-0/apps/processmaker/htdocs/workflow/public_html">
<FilesMatch "\.(htaccess|php | ini|log|sh|inc|bak|config)$">
        Order Allow,Deny
        Deny from all
</FilesMatch>
<FilesMatch "^(app|sysGeneric)\.php$">
        Order Allow,Deny 
        Allow from All 
</FilesMatch>
</Directory>
delete String :"php |" at line: <FilesMatch "\.(htaccess|php | ini|log|sh|inc|bak|config)$">
->: <FilesMatch "\.(htaccess|ini|log|sh|inc|bak|config)$">

After: copy file php to foder: processmaker-3.0.1.8-0\apps\processmaker\htdocs\workflow\public_html
test php in browser: processmakerip/namephp.php

Hello Please can you help me with the place where […]

Hi there, I have 3.5.7, 3.8.1 and 3.8.2 versi[…]

AI bot development involves creating intelligent b[…]

AI bot development encompasses creating intelligen[…]