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

Can't find API's after installing #7

Open
MahdiIsComing opened this issue Jul 6, 2018 · 1 comment
Open

Can't find API's after installing #7

MahdiIsComing opened this issue Jul 6, 2018 · 1 comment
Assignees

Comments

@MahdiIsComing
Copy link
Contributor

I can't access /api/ path after installing. Postman says:

<html>
    <head>
        <title>404 Not Found</title>
    </head>
    <body>
        <h1>Not Found</h1>
        <p>The requested URL /api/user was not found on this server.</p>
        <hr>
        <address>Apache/2.4.18 (Ubuntu) Server at localhost Port 4444</address>
    </body>
</html>
@MahdiIsComing
Copy link
Contributor Author

MahdiIsComing commented Jul 6, 2018

check these:
1.
<VirtualHost *:8080>
DocumentRoot /home//git/pluf/demo
ServerName plufdemo
ServerAdmin info@localhost
<Directory /home/hadi/git/pluf/demo>
AllowOverride All
Require all granted
DirectoryIndex index.php
Options +FollowSymLinks

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