-
Notifications
You must be signed in to change notification settings - Fork 21
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
Rewrite required #7
Comments
A rewrite should not be needed. The {base} is not correctly detected. |
@Mte90 Can you tell me the webserver you are using? Is it Apache, PHP internal server or Nginx? |
For PHP's internal server I added a file
I hope this helps. |
On apache :-) I saw that bash script few minutes ago :-) |
Thank you. I'll test the {base} detection on Apache and get back to you |
It is fixed in v2.0.2. Does it work for you? |
I get this. |
Looking at what is printed the urls in the admin ui:
php-crud-admin/templates/column/list.html
Line 2 in 60b6d05
But the readme doesn't mention that is required a URL rewriting for the file and that will ignore the folder where the project is.
Example:
http://localhost/php-crud-admin/admin.php/table/list
Generate:
But
http://localhost/php-crud-admin/admin.php/
I get the list of tables but the links arehttp://localhost/admin/column/mytable/list
.The text was updated successfully, but these errors were encountered: