Hi,
first thank you for providing this nice application. i have followed all the instructions but still getting error 500 internal server error when i try to access the app http://massmediaco.com/pockeit/web/app_dev.php/
i have unzipped the files on a sub folder and created .htaccess as below
<directory home="" massmed="" public_html="" pockeit="" web="">
Options Indexes FollowSymLinks MultiViews
AllowOverride None
Order allow,deny
allow from all
<ifmodule mod_rewrite.c="">
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.*)$ /app.php [QSA,L]
</ifmodule>
</directory>
Thank you for your help
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
first thank you for providing this nice application. i have followed all the instructions but still getting error 500 internal server error when i try to access the app http://massmediaco.com/pockeit/web/app_dev.php/
i have unzipped the files on a sub folder and created .htaccess as below
<directory home="" massmed="" public_html="" pockeit="" web="">
Options Indexes FollowSymLinks MultiViews
AllowOverride None
Order allow,deny
allow from all
<ifmodule mod_rewrite.c="">
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.*)$ /app.php [QSA,L]
</ifmodule>
</directory>
Thank you for your help
Hi,
Please, can you send us your apache error log file? You can find it /var/log directory
In the 0.2 version we fix an other issue in "simulator" and "edit page". We will publish it soon (soon april) and let you know.