How to work with files above server root directory in a website – Apache
I have configured an apache server with document root to public_html folder and i want to keep my css files in the above directory as following code <head> <meta charset="utf-8"> <title>Name</title> <link rel="stylesheet" type="text/css" href="../css/login_page.css"> </head> Using above code i…