-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
<basedir>/index.php/backend was not found on this server. #1
Comments
Any information at the error logs? That seems to be a server configuration issue and other users seem to have similar problems. E!A is using the CodeIgniter URL rewriting method so I would like feedback in order to fix these issues. |
I was having similar problem related to URL not being recognised |
I can confirm this issue, I followed all the installation steps, and I'm getting the same error. |
Its the best appointment management system I've ever seen but URL routing is very poorly handled in this project. Some route work with "/" ( http://domain.com/) at the end of path and some don't. |
I am essentially having the same problem. On my shared hosting, routing to the backend just doesn't work. The changes suggested above on GoDaddy do not help. I'd love to explore this project deeper to see if it works for my purposes, instead of rolling my own, but I can't get it working. I am also finding myself unable to actually add things to the backend, if explicitly reach the backend by inserting '/index.php?' after the base directory and before the route. I am bummed! It looks like a great project. Edit: The fix for me was to change the .htaccess. The final rewrite had to change from Thanks for creating it. |
@atenhotep , if you are using code from this github repo, you might face many issues. The suggestion to author will be to follow single method or rule for routes. Decide whether to add "/" after base url, as if you're adding it you have to take care that it should not get added latter in any url. At my side everything is working fine, as I've removed or added few "/" in Ajax JS files. I'll suggest you all to check ur Chrome console for more info to solve routing issue on this repo. |
@bkrajendra can you share any more insight on how you fixed this routing issue?...maybe specific places where you added the /'s Or can you share the final ajax js files? |
Hello, I am currently switching the urls to work without the mod_rerwite. You can get the code from here (github) and try it. Could be very unstable though, but you will not have the routing problems. Stay tuned for more new commits and updates. |
Thanks for keeping me in the loop. I've been busy with In Gratitude, iam (ishmael aylwin mc intosh) On 2015-06-25 13:57, Alex Tselegidis wrote:
Links:[1] #1 |
I had problems similar to the people reporting issues about clicking I will have to look into this more later. I did notice that it didn't None of the issues that people reported as fixing this issue for them Thanks Again! I'd love to get it working, although my immediate In Gratitude, iam (ishmael aylwin mc intosh) On 2015-06-25 13:57, Alex Tselegidis wrote:
Links:[1] #1 |
Fixed wrong save/delete translations + improvements
Working plans Spanish translations
…-translations Working plans Spanish translations
…ection Sales reports section
Fix bad transtyped bool throw error on login session_regenerate_id(): Passing null to parameter alextselegidis#1 ($delete_old_session) of type bool is deprecated
Fix bad transtyped bool throw error on login session_regenerate_id(): Passing null to parameter #1 ($delete_old_session) of type bool is deprecated
After install following error:
/index.php/backend was not found on this server.
mod_rewrite is installed on debian wheezy apache 2.2 / php 5.4 / mysql 5.5
The text was updated successfully, but these errors were encountered: