0

I'm working with a server that I can only use FTP, so I have my laravel project in a folder inside www named 'laravel', I want to see my project by clicking domain.com/laravel, inside this www folder I have others folders with others projects I don't think that I can use the root to upload my laravel project like I saw in many tutorials. Now If I visit domain.com/laravel i only see a list of directories ,Is possible to view my project working at /laravel ??

Thanks!

1 Answers1

0

You would either need to add a custom mod rewrite config or configure your apache virtual host directory to be laravel/public

Colin Schoen
  • 2,526
  • 1
  • 17
  • 26