Datawalke / Coordino

Self-hosted Knowledge Software your question & answer system written on top of the CakePHP Framework
http://coordino.com
MIT License
714 stars 173 forks source link

My site is in some redirect loop #81

Open samarthsave opened 11 years ago

samarthsave commented 11 years ago

These is how my htaccess files looks like

/.htaccess

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

/app/.htaccess

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

/app/webroot/.htaccess

RewriteEngine On RewriteBase / RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_FILENAME} !-f RewriteRule ^(.*)$ index.php?url=$1 [QSA,L]

I installed correctly. I am not sure whats happening.

Please help.

http://phpqueue.com

Datawalke commented 11 years ago

Hi @samarthsave I'll be able to help you take a look into this a little bit later today. Do you have a way I can contact you via instant messenger to chat? I'm not positive that the rewrite rules would be causing this. In the meantime would yo be able to pull down the Next branch and try to install it? https://github.com/Datawalke/Coordino/tree/next

Thank you!

samarthsave commented 11 years ago

Thanks for replying to my question. you can email me on samarthsave@hotmail.com.

samarthsave commented 11 years ago

meantime I will download next one and install it on my server.

TomaszWaszczyk commented 10 years ago

The problem is solved ? I have the same..