You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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
The text was updated successfully, but these errors were encountered: