Control Web Panel

WebPanel => Apache => Topic started by: Bossmanuk on August 24, 2020, 03:22:10 PM

Title: Option MultiViews not allowed here
Post by: Bossmanuk on August 24, 2020, 03:22:10 PM
Hi Everyone,
I am getting extremely frustrated with Option MultiViews not allowed here i cannot install any scripts or anything! I have searched the forums but with no success someone must have fixed this issue or found a way around it. I have changed the Vhosts nothing, i edited the .htaccess file nothing. How do i fix this issue with  Option MultiViews not allowed here. This is written in the .htaccess file i cannot remove it or comment it out as it keeps being re-written!

Thanks

Bossmanuk
Title: Re: Option MultiViews not allowed here
Post by: Bossmanuk on August 24, 2020, 04:43:25 PM
Ok, after a lot of searching i found the following information. I deleted what was appearing in the .htaccess then i edited the 2 vhost files the normal one and ssl one and added the following

<Directory /path/username/public_html>
    Options Indexes FollowSymLinks MultiViews
    AllowOverride All
    Order allow,deny
    allow from all
</Directory>

This worked for me not sure if it will work for others but just wanted to update my post.
Title: Re: Option MultiViews not allowed here
Post by: Igor S. on August 27, 2020, 06:11:14 AM
These features disabled by default. You can try to enable it via CWPadmin: WebServers Swettings => WebServers Template Editor
Also, "Order allow,deny and allow from all" must be replaced with "Required all granted"