PDA

View Full Version : Path From Site's Root and Server's Root?


hyperviperx99
06-05-2011, 02:23 AM
Open the file foromail/editor/assetmanager/settings.php to change the paths to your own, otherwise uploading with editor will fail. Please note:

$sBaseVirtualXXX is the path from your site's root
$sBaseXX is the path from your server's root

I'm stuck in this part

Could someone please give me an example of how this is done?

mikem164
06-05-2011, 03:24 AM
Replace $sBaseVirtualXXX with your site root
Replace $sBaseXX with your server's root

To do this you server's root may be something like this:
home/gamer/public_html/forum (they want the path so enter the whole line)
The site root is the name of the folder your forum is in, in this example it's /forum.
Vb uses the "upload" folder as the site root, you may have renamed it forum or something else, but it was upload by default.

If you need to find out the "server root" if you don't know it, you can upload this file to your site's root, and change the last item in the address bar when you are on your forum home page to forumpath.php and hit enter.

Good luck, Mike

hyperviperx99
06-07-2011, 05:30 AM
Replace $sBaseVirtualXXX with your site root
Replace $sBaseXX with your server's root

To do this you server's root may be something like this:
home/gamer/public_html/forum (they want the path so enter the whole line)
The site root is the name of the folder your forum is in, in this example it's /forum.
Vb uses the "upload" folder as the site root, you may have renamed it forum or something else, but it was upload by default.

If you need to find out the "server root" if you don't know it, you can upload this file to your site's root, and change the last item in the address bar when you are on your forum home page to forumpath.php and hit enter.

Good luck, Mike

thanks Mike. I'll try this out.