From bbd499884551a1ed7c69d02782c1d6ed28406a0a Mon Sep 17 00:00:00 2001 From: Erik Amaru Ortiz Date: Fri, 7 Mar 2014 13:20:06 -0400 Subject: [PATCH] adding app.php --- virtualhost.conf.example | 19 +++++++++++++++++++ workflow/public_html/app.php | 2 ++ 2 files changed, 21 insertions(+) create mode 100644 virtualhost.conf.example create mode 100644 workflow/public_html/app.php diff --git a/virtualhost.conf.example b/virtualhost.conf.example new file mode 100644 index 000000000..1755a878c --- /dev/null +++ b/virtualhost.conf.example @@ -0,0 +1,19 @@ + + ServerName 127.0.0.1 + + DocumentRoot /example/path/to/processmaker/workflow/public_html + + Options Indexes FollowSymLinks MultiViews + AllowOverride None + Order allow,deny + allow from all + + ExpiresActive On + + + RewriteEngine On + RewriteCond %{REQUEST_FILENAME} !-f + RewriteRule ^(.*)$ /app.php [QSA,L] + + + diff --git a/workflow/public_html/app.php b/workflow/public_html/app.php new file mode 100644 index 000000000..e47cd071b --- /dev/null +++ b/workflow/public_html/app.php @@ -0,0 +1,2 @@ +