0

The symfony is in /Frameworks folder, and the root path is in Apache2/htdocs/, how to deploy a symfony project? Do I need to copy symfony folder to htdocs, condisdering Apache2/htdocs/ like localhost/?

Ben G
  • 253
  • 1
  • 5
  • 15

1 Answers1

0

You can copy your Symfony folders in the htdocs folder and set Apache to serve from Symfony's 'web' folder which contains the app.php file. You need to do some Apache configuration here, you can check this post

Community
  • 1
  • 1
fkoessler
  • 6,932
  • 11
  • 60
  • 92