pluf / demo

A simple demo site
3 stars 1 forks source link

Can't find API's after installing #7

Open MahdiIsComing opened 6 years ago

MahdiIsComing commented 6 years ago

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 commented 6 years ago

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