Monday, February 6, 2017

How To Check Server Directory Path

Create a server.php file and upload inside your root directory. Insert the below code and enter url on your website. yourwebsite.com/server.php

<?php
echo dirname(__FILE__);

No comments:

Post a Comment