Xibo CMS 3.0.2 Apache infinite redirect

To be completed by the original poster:

CMS Version

3.0.2

Installation Method

Custom apache

Operating System

centos 8

Issue

hello, trying a new install of xibo cms 3 on a centos box and run in to an infinite redirect right away

apache directory statement

Alias /xibo3 “/var/www/xibo3/web”
<Directory “/var/www/xibo3/web”>
AllowOverride All
Options Indexes FollowSymLinks MultiViews
Order allow,deny
Allow from all
Require all granted

edit web/.htaccess

RewriteBase /xibo3

when browsing to https://website.domain.com/xibo3 i get redirected to

https://website.domain.com/xibo3/install/install/install/install/install/install/install/install/install/install/install/install/install/install/install/install/install/install/1

1 Like

if i set it up as an apache virtual host rather than a directory alias it works, so i have done that for now

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.