Re: Apache24 - Can't get .htaccess to work

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On 11-8-2018 12:01, Jos Chrispijn wrote:

<Directory /usr/home/user/mywebsite>
  AllowOverride all
  Require all granted
</Directory>

Found a solution for the issue:

- Watch the forward slash at the end of the line (a)
- Added this new line (b)

a <Directory /usr/home/user/mywebsite/>
b   Options Indexes FollowSymLinks
    AllowOverride all
    Require all granted
 </Directory>

Sometimes the solution is so obvious that you overlook it.

Thanks, Jos

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx
For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx




[Index of Archives]     [Open SSH Users]     [Linux ACPI]     [Linux Kernel]     [Linux Laptop]     [Kernel Newbies]     [Security]     [Netfilter]     [Bugtraq]     [Squid]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Samba]     [Video 4 Linux]     [Device Mapper]

  Powered by Linux