-
Notifications
You must be signed in to change notification settings - Fork 156
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
keep getting 404... #12
Comments
Hi @ntaloventi Have you checked the apache log? Did you use Postman? |
I'm using nginx |
i also got the same problem, 404 not found error! It made me confused because i done every step as the example you provided. |
@ntaloventi @deerawan ,i think this problem occured because of escape character。In |
I got this fixed by setting enableStrictParsing to false. I am using Apache. The controller would work if you typed in the complete URL (adv-api/api/web/v1/tests) . But not when only module and controller are in the URL. |
Hi, @BrainFeeder . The reason why it did not work only module and controller are in the URL is that the application enter script |
@ntaloventi I haven't tried it in nginx, there must be extra configuration different with apache. |
@deerawan yes. it worked for me after I added extra backlash to |
I have an issue with class not being found: http://stackoverflow.com/questions/41096504/yii2-module-not-under-vendor-folder-class-not-found-in-config-main-php I've downloaded this repository (yii2-advanced-api) and used the api folder ... |
i have thi erro error 404, its'solved? |
Dear Deerawan...
I'm new to yii...
trying to imlement your api..
got
Exception (#2)
onhttp://192.168.1.13:8080/yii2-advanced-api/api/web/
got
404 Not Found
onhttp://192.168.1.13:8080/yii2-advanced-api/api/web/v1/countries
what I'm doing is clone your git then
composer install
thenphp ./init
then./yii migrate
if there any clue please info..
The text was updated successfully, but these errors were encountered: