php - deploy lumen app with htaccess -


i want deploy lumen app on webserver. following error

"the server encountered internal error due .htaccess misconfiguration. please check .htaccess file within or upper directories syntax errors."

i checked permissions , set 777.

my .htaccess file:

options -multiviews  rewriteengine on  # redirect trailing slashes... rewriterule ^(.*)/$ /$1 [l,r=301]  # handle front controller... rewritecond %{request_filename} !-d rewritecond %{request_filename} !-f rewriterule ^ mobile-app/index.php [l] 

what doing wrong?


Comments

Popular posts from this blog

toolbar - How to add link to user registration inside toobar in admin joomla 3 custom component -

linux - disk space limitation when creating war file -