Skip to content

Upload to host it's not working! #48

@luongvancong

Description

@luongvancong

It's about my file:
require 'src/Epi.php';
Epi::setPath('base','src');
Epi::init('route');

getRoute()->get('/','hello');
getRoute()->get('/talk','talk');
getRoute()->run();

function hello(){
echo 'hello';

}

function talk(){
echo 'Hello World';
}

example: myhost.com/talk , It's not working , Please fix it for me! , While test in localhost it's working

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions