Author Topic: .htaccess: Option FollowSymlinks not allowed here  (Read 9564 times)

0 Members and 1 Guest are viewing this topic.

Offline
***
.htaccess: Option FollowSymlinks not allowed here
« on: May 12, 2019, 12:59:54 AM »
So, I did a new install and transferred everything over from my old CWP to my new CWP.  One site works fine on the old CWP but the new CWP I get this error.

.htaccess: Option FollowSymlinks not allowed here

I presume there is a difference in the apache configuration between the old and the new.

Any ideas.

Found it

http://wiki.centos-webpanel.com/options-followsymlinks-not-allowed
« Last Edit: May 12, 2019, 01:02:28 AM by pixelpadre »

Offline
*****
Re: .htaccess: Option FollowSymlinks not allowed here
« Reply #1 on: May 12, 2019, 04:23:10 AM »
Yes, FollowSymLinks was disabled by default.
You can ask me to solve any problem with your server for some money in pm  ;)
Services Monitoring & RBL Monitoring
http://centos-webpanel.com/services-monitor
Join our Development Team and get paid !
http://centos-webpanel.com/develope-modules-for-cwp

Installation Instructions
http://centos-webpanel.com/installation-instructions
Get Fast Support Here
http://centos-webpanel.com/support-services

Offline
*
Re: .htaccess: Option FollowSymlinks not allowed here
« Reply #2 on: July 17, 2019, 03:06:16 PM »
Yes, FollowSymLinks was disabled by default.
And what is the right way to revert it to enable again? I can edit the vhost but on each update is overwrited...

Thank you!

Offline
*
Re: .htaccess: Option FollowSymlinks not allowed here
« Reply #3 on: July 17, 2019, 03:57:06 PM »
I think, that default is enabled or at least you can add:
SymLinksIfOwnerMatch
when the owner is the same it will work.