Our Site is Public Site and there is no restriction @ any level. We are using apache on top of Java based CMS (Tomcat Server).
Recently we upgraded Apache from 2.2.21 to 2.4.25. Where ever Order allow,deny & Allow from all coming there we changed it to Require all granted but root page only loading without any issue. We are getting 403 Forbidden Message on Rest of the Pages. Kindly please help how to enable permission to all folder and its subfolders in 2.4.25.
For Example:
Working:
Notworking:
& Other pages
RewriteEngine on
RewriteRule ^/+$ /sites/ [R,L]
DocumentRoot "/apps/apache2.4"
<Directory />
Options FollowSymLinks
AllowOverride None
Require all granted
</Directory>