Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

My site is in some redirect loop #81

Open
samarthsave opened this issue Jun 11, 2013 · 4 comments
Open

My site is in some redirect loop #81

samarthsave opened this issue Jun 11, 2013 · 4 comments
Assignees

Comments

@samarthsave
Copy link

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

@ghost ghost assigned Datawalke Jun 12, 2013
@Datawalke
Copy link
Owner

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
Copy link
Author

Thanks for replying to my question. you can email me on [email protected].

@samarthsave
Copy link
Author

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

@TomaszWaszczyk
Copy link

The problem is solved ? I have the same..

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants