You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Your going to need to provide way more than this to help troubleshoot your issue. The above code must be put in the index.php file in your public_html along with the .htaccess file.
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
The text was updated successfully, but these errors were encountered: