index.php into subdirectory

Is it possible to have my index.php into subdirectory but the rest website to be under the public_html folder?
i mean something like that:

public_html/here is the website files
public_html/directory/here is the index.php

So the homepage url its going to be:

Read More
www.example.com/directory

and the links will be going to default – EG: my about page will be:

www.example.com/about

Is it possible? How can i do that?

Related posts