Correct .htaccess for orangescrum for Ubuntu 16.04 installation

288 views
Skip to first unread message

jeff de leon

unread,
Aug 14, 2017, 3:34:01 AM8/14/17
to Orangescrum Community Support
I have my site -> 192.168.0.19/orangescrum-master


my .htacces are the following
.
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /orangescrum/app/webroot/
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.*)$ index.php?url=$1 [QSA,L]
</IfModule>
app
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /orangescrum-master/app/webroot/
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.*)$ index.php?url=$1 [QSA,L]
</IfModule>
app/webroot

<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /orangescrum-master/app/webroot/
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.*)$ index.php?url=$1 [QSA,L]
</IfModule>

The error is:

This page isn’t working

192.168.0.19 redirected you too many times.

ERR_TOO_MANY_REDIRECTS

Pls help a newbie

tHANKS
Reply all
Reply to author
Forward
0 new messages