Skip to content
This repository has been archived by the owner on Dec 4, 2018. It is now read-only.

Upload to host it's not working! #158

Closed
luongvancong opened this issue Oct 15, 2012 · 1 comment
Closed

Upload to host it's not working! #158

luongvancong opened this issue Oct 15, 2012 · 1 comment

Comments

@luongvancong
Copy link

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!

@jmathai
Copy link
Owner

jmathai commented Oct 16, 2012

Dup of jmathai/epiphany#48

@jmathai jmathai closed this as completed Oct 16, 2012
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants