What are the full paths to my 123 Reg Hosting package?

This article will list the full paths for your Web Hosting and Premium Hosting package.

Simply click on a title below to skip to the most appropriate FAQ. You can also click the Top button to return and make another selection.

Web Hosting plans purchased after July 2020 / Premium Hosting plans purchased after August 2020 (cPanel)

The full path to your hosting package will be as follows:

/home/username/public_html/

Please note: the username will be your hosting account’s username.

 

Web Hosting plans purchased before July 2020 / Premium Hosting plans purchased before August 2020

To obtain the full path of your hosting package, please do the following:

Step 1 of 5

Open a text editor such as Notepad.

 

Step 2 of 5

Copy the following into it:

<?php
$dir = dirname(__FILE__);
echo "<p>Full path to this dir: " . $dir . "</p>";
?>
Step 3 of 5

Save the file as test.php

 

Step 4 of 5

Upload the file to any directory on your webspace by using an FTP client and then view the uploaded file in a web browser.

 

Step 5 of 5

You will now be shown the full path of your hosting package.