2

I have deploy my laravel project in a subfolder following this link

I have done fine. It works fine when I write url in browser like www.myproject.com/myurl Problem is when i click any link from my project it makes request to www.myproject.com and get error.

What can I do now to make www.myproject.com/myurl my base url that whenever any request made, it goes through it?

Community
  • 1
  • 1
Sohel0415
  • 9,523
  • 21
  • 30
  • Did you tried changing the Application URL in `/app/config/app.php`? For example: `'url' => 'http://www.myproject.com/myurl/'` – Kevin Jun 07 '15 at 08:54
  • I have tried but didn't work – Sohel0415 Jun 08 '15 at 11:41
  • Possible duplicate of [How to set base url to /subfolder in Laravel 4.2](http://stackoverflow.com/questions/33127507/how-to-set-base-url-to-subfolder-in-laravel-4-2) – Zahan Safallwa Oct 15 '15 at 06:21

0 Answers0