PhotoPost Community

PhotoPost Community (http://www.photopost.com/forum/)
-   Photopost Pro Installation & Upgrades (http://www.photopost.com/forum/photopost-pro-installation-upgrades/)
-   -   Full path to PhotoPost data directory - On Windows system (http://www.photopost.com/forum/photopost-pro-installation-upgrades/113729-full-path-photopost-data-directory-windows-system.html)

TL408 April 29th, 2005 12:59 AM

Full path to PhotoPost data directory - On Windows system
 
Hi guys,

Can you please let me know what is the correct path syntax if my server is a Windows box?

For example, if the app is installed under "c:\inetpub\Vbulletin\forum\photopost\data" directory, then should I just use that is my fullpath? Should it be with the "/" forward slash like that or "\" backward slash such as "c:/inetpub/Vbulletin/forum/photopost/data" ?

Or should I use "/Vbulletin/forum/photopost/data" as the full path? And I assume the same would apply for "PATH to UPLOADS directory" as well, correct?

Thanks for your help.

-Tuan

b6gm6n April 29th, 2005 04:29 AM

Hi Tuan..

I believe the correct 'paths' for a winbox is like below

$PP_PATH = "C:\Inetpub\wwwroot\gallery";

-T

Chuck S April 29th, 2005 06:18 AM

I can only take your word at face value here but if you say things are install like so then it would be this

c:/inetpub/Vbulletin/forum/photopost/data

c:/inetpub/Vbulletin/forum/photopost/uploads

and

$PP_PATH="c:/inetpub/Vbulletin/forum/photopost";

You always wanna reverse slashes when working with the internet versus local machine.

TL408 April 29th, 2005 09:37 AM

Thanks guys....your help is greatly appreciated. :D


All times are GMT -5. The time now is 07:31 AM.

Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97