Support the ongoing development of Laravel.io →
Installation Configuration Architecture
Last updated 1 year ago.
0

I'm assuming Apache as it's not specified what web server software is being used.

In you http.conf for this location/host you just need to allow the option your wanting to use or Options All.

Example:

Add to existing list

<Directory /home/*/public_html>
    Options MultiViews Indexes SymLinksIfOwnerMatch IncludesNoExec (add the Option name that your trying to use)
...

Or allow all options to be used ...

<Directory /home/*/public_html>
    Options All 
...
Last updated 1 year ago.
0

Sign in to participate in this thread!

Eventy

Your banner here too?

umairali umairali Joined 29 Jun 2014

Moderators

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2024 Laravel.io - All rights reserved.