XereoNet / SbPanel

Other
2 stars 2 forks source link

Error when viewing installer #2

Open jakesullyneytiri opened 11 years ago

jakesullyneytiri commented 11 years ago

Hi, i was gona try 1.3 and have it for testing for myself but once i uploaded it and viewed it i got this error

Fel 310 (net::ERR_TOO_MANY_REDIRECTS)

so once i delected .htaccess it worked but something in htaccess is causing the error so you might wanna check that out.

jakesullyneytiri commented 11 years ago

found the problem you have duplicated location rewrite as you can see here

RewriteEngine on RewriteRule ^$ app/webroot/ [L] RewriteRule (.*) app/webroot/$1 [L]

Options -MultiViews

both of them is rewriting same location causing it to throw to many redirect error :)