I have 2 pages on my site.
on page 1 I have a link to page 2.
Now, on page 1, I'm linking like this - <a href="http://domain.com/page2">page 2</a>
page2 is a folder name, in it it have a index.php file.
Now, I want to link like this instead - <a href="http://../page2">page 2</a>
instead of .. what I should be putting so that it doesn't need to my domain, like I see some people do <a href="page2.php"> directly but in my case it's a folder, not a file and it's not working.
What I need to do, I'm noob in programming or html.
Thanks
on page 1 I have a link to page 2.
Now, on page 1, I'm linking like this - <a href="http://domain.com/page2">page 2</a>
page2 is a folder name, in it it have a index.php file.
Now, I want to link like this instead - <a href="http://../page2">page 2</a>
instead of .. what I should be putting so that it doesn't need to my domain, like I see some people do <a href="page2.php"> directly but in my case it's a folder, not a file and it's not working.
What I need to do, I'm noob in programming or html.
Thanks