amazon web services - AWS Elastic Beanstalk .htaccess ForceType -


this first question on (yeah!). i'm planning on transferring web project aws, tried 3 times , made work. issue have following:

on current webserver use .htaccess file force type of file no extension, example:

<files "help">     forcetype application/x-httpd-php     forcetype application/x-httpd-php5     forcetype application/x-httpd-php56 </files> 

the problem is, on aws elastic beanstalk, .htaccess file not work, , don't know why. best way make "file" work php-file on elastic beanstalk?

thanks lot


Comments

Popular posts from this blog

angular - Ionic slides - dynamically add slides before and after -

minify - Minimizing css files -

Add a dynamic header in angular 2 http provider -