Sahadev
Sahadev

Reputation: 1448

Microsoft Azure Server Error

i am trying to deploy my cakephp 3.0 application in microsoft azure. But it shows server error 500. I have tried every method include htaccess mod rewrite but not able to solve this error. Please Help

Thank you

Upvotes: 0

Views: 92

Answers (1)

cory-fowler
cory-fowler

Reputation: 4088

Azure Web App doesn't support the use of htaccess, if you use a tool such as http://htaccesstowebconfig.com to paste in your htaccess file and it will provide you with the web.config file that is required for IIS.

If you would like to vote on Web App providing support for .htaccess you can add your feedback on uservoice

Upvotes: 1

Related Questions